|
@@ -0,0 +1,28 @@
|
|
|
|
|
+server:
|
|
|
|
|
+ port: 9002
|
|
|
|
|
+knife4j:
|
|
|
|
|
+ enable: true
|
|
|
|
|
+ setting:
|
|
|
|
|
+ language: zh-CN
|
|
|
|
|
+ swagger-model-name: 模型
|
|
|
|
|
+
|
|
|
|
|
+spring:
|
|
|
|
|
+ datasource:
|
|
|
|
|
+ url: jdbc:p6spy:mysql://127.0.0.1:4000/energy_data_prod?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false&serverTimezone=Asia/Shanghai
|
|
|
|
|
+ username: root
|
|
|
|
|
+ password: admin123456
|
|
|
|
|
+# url: jdbc:p6spy:mysql://192.168.1.108:4000/energy_data_prod?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false&serverTimezone=Asia/Shanghai
|
|
|
|
|
+# username: root
|
|
|
|
|
+# password: admin123456
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+logging:
|
|
|
|
|
+ level:
|
|
|
|
|
+ com.baomidou.mybatisplus: debug # MyBatis-Plus 日志级别
|
|
|
|
|
+ com.dskj.znzn.transData.web.transConf.mapper: debug
|
|
|
|
|
+ com.dskj.znzn.transData.web.waveData.mapper: debug
|
|
|
|
|
+ com.dskj.znzn.transData.web.dataTransfer.mapper: debug
|
|
|
|
|
+ com.dskj.znzn.transData.web.common.mapper: debug
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ config: classpath:logback-prod.xml
|