Commit cb4be7db authored by 赵啸非's avatar 赵啸非

更改上传文件大小限制

parent 31f8f3d1
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
<properties> <properties>
<profiles.active>develop</profiles.active> <profiles.active>develop</profiles.active>
<profiles.server.port>18222</profiles.server.port> <profiles.server.port>18222</profiles.server.port>
<profiles.platform.type>standalone</profiles.platform.type> <!-- <profiles.platform.type>standalone</profiles.platform.type>-->
<profiles.platform.type>cloud</profiles.platform.type>
<profiles.queue.type>rabbitmq</profiles.queue.type> <profiles.queue.type>rabbitmq</profiles.queue.type>
<profiles.datasource.uri> <profiles.datasource.uri>
<![CDATA[jdbc:mysql://localhost:3306/device-new-platform?allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]></profiles.datasource.uri> <![CDATA[jdbc:mysql://localhost:3306/device-new-platform?allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]></profiles.datasource.uri>
......
...@@ -25,7 +25,6 @@ public class OperlogAspect extends FileLogServiceImpl implements ILogService { ...@@ -25,7 +25,6 @@ public class OperlogAspect extends FileLogServiceImpl implements ILogService {
private OperLogService operLogService; private OperLogService operLogService;
@Autowired @Autowired
private MessageProducer messageProducer; private MessageProducer messageProducer;
//private IMessageProduceService messageProduceService;
@Override @Override
public void doHandlerLog(String platformMark, Long userId, String userName, String loginName, String requestUrl, public void doHandlerLog(String platformMark, Long userId, String userName, String loginName, String requestUrl,
......
{ {
"local": { "local": {
"baseUrl": "http://127.0.0.1:18222/m", "baseUrl": "http://127.0.0.1:17214/m",
"baseLogin": "http://127.0.0.1:18222/m" "baseLogin": "http://127.0.0.1:18222/m"
}, },
"dev": { "dev": {
......
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