Prechádzať zdrojové kódy

取消收费小数位数处理

wangyangyang 4 rokov pred
rodič
commit
0dccc2c639

+ 1 - 1
smart-city-platform/src/main/resources/application-dev.properties

@@ -1,6 +1,6 @@
 server.port=8084
 server.servlet.context-path=/api
-
+server.connection-timeout=600000
 spring.thymeleaf.prefix=classpath:/templates/
 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource

+ 1 - 0
smart-city-platform/src/main/resources/application-prd.properties

@@ -1,5 +1,6 @@
 server.port=8082
 server.servlet.context-path=/api
+server.connection-timeout=600000
 
 #日志配置
 logging.level.root=info