Commit 31f8f3d1 authored by 赵啸非's avatar 赵啸非

更改上传文件大小限制

parent 0b6f820d
...@@ -2377,9 +2377,9 @@ ...@@ -2377,9 +2377,9 @@
"lodash.uniq" "^4.5.0" "lodash.uniq" "^4.5.0"
"caniuse-lite@^1.0.0", "caniuse-lite@^1.0.30001109", "caniuse-lite@^1.0.30001219": "caniuse-lite@^1.0.0", "caniuse-lite@^1.0.30001109", "caniuse-lite@^1.0.30001219":
"integrity" "sha1-JqtF40DxVepdopINrbdqUzy4684=" "integrity" "sha512-OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6A=="
"resolved" "https://registry.nlark.com/caniuse-lite/download/caniuse-lite-1.0.30001248.tgz" "resolved" "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001420.tgz"
"version" "1.0.30001248" "version" "1.0.30001420"
"case-sensitive-paths-webpack-plugin@^2.3.0": "case-sensitive-paths-webpack-plugin@^2.3.0":
"integrity" "sha1-22QGbGQi7tLgjMFLmGykN5bbxtQ=" "integrity" "sha1-22QGbGQi7tLgjMFLmGykN5bbxtQ="
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<profiles.redis.database>7</profiles.redis.database> <profiles.redis.database>7</profiles.redis.database>
<profiles.kafka.brokers>192.168.0.251:9092</profiles.kafka.brokers> <profiles.kafka.brokers>192.168.0.251:9092</profiles.kafka.brokers>
<profiles.queue.type>rabbitmq</profiles.queue.type> <profiles.queue.type>rabbitmq</profiles.queue.type>
<profiles.rabbitmq.host>192.168.0.98</profiles.rabbitmq.host> <profiles.rabbitmq.host>127.0.0.1</profiles.rabbitmq.host>
<profiles.rabbitmq.port>5672</profiles.rabbitmq.port> <profiles.rabbitmq.port>5672</profiles.rabbitmq.port>
<profiles.rabbitmq.username>taxi_mq</profiles.rabbitmq.username> <profiles.rabbitmq.username>taxi_mq</profiles.rabbitmq.username>
<profiles.rabbitmq.password>admin@2020</profiles.rabbitmq.password> <profiles.rabbitmq.password>admin@2020</profiles.rabbitmq.password>
...@@ -280,7 +280,6 @@ ...@@ -280,7 +280,6 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
...@@ -288,7 +287,6 @@ ...@@ -288,7 +287,6 @@
<configuration> <configuration>
<skip>${skipDeploy}</skip> <skip>${skipDeploy}</skip>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>exec-npm-install</id> <id>exec-npm-install</id>
......
...@@ -33,7 +33,7 @@ public class MessageProducer implements IMessageProduceService, RabbitMessageSer ...@@ -33,7 +33,7 @@ public class MessageProducer implements IMessageProduceService, RabbitMessageSer
private RabbitAdmin rabbitAdmin; private RabbitAdmin rabbitAdmin;
public void syncAccessSend(AccessLogPdu accessLogPdu) { public void syncAccessSend(AccessLogPdu accessLogPdu) {
//rabbitTemplate.convertAndSend(QueueKey.EXCHANGE, QueueKey.ACCESS_LOG_QUEUE, JSON.toJSONString(accessLogPdu)); rabbitTemplate.convertAndSend(QueueKey.EXCHANGE, QueueKey.ACCESS_LOG_QUEUE, JSON.toJSONString(accessLogPdu));
} }
@Override @Override
......
{ {
"local": { "local": {
"baseUrl": "http://127.0.0.1:18228/m", "baseUrl": "http://127.0.0.1:18222/m",
"baseLogin": "http://127.0.0.1:18228/m" "baseLogin": "http://127.0.0.1:18222/m"
}, },
"dev": { "dev": {
"baseUrl": "http://192.168.0.217:18222/m", "baseUrl": "http://192.168.0.217:18222/m",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment