|
@@ -3,6 +3,12 @@ server:
|
|
servlet:
|
|
servlet:
|
|
context-path: /shantai
|
|
context-path: /shantai
|
|
|
|
|
|
|
|
+spring:
|
|
|
|
+ datasource:
|
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/dingtalk?serverTimezone=GMT%2B8
|
|
|
|
+ username: root
|
|
|
|
+ password: ST-cloudpure2024
|
|
|
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
enable:
|
|
enable:
|
|
scheduling: false
|
|
scheduling: false
|
|
logging:
|
|
logging:
|
|
@@ -11,6 +17,18 @@ logging:
|
|
level:
|
|
level:
|
|
com.malk.*: debug
|
|
com.malk.*: debug
|
|
|
|
|
|
|
|
+mybatis-plus:
|
|
|
|
+ configuration:
|
|
|
|
+ #开启驼峰命名自动映射
|
|
|
|
+ map-underscore-to-camel-case: true
|
|
|
|
+ #开启日志打印
|
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
+ type-aliases-package: com.malk.shantai.entity
|
|
|
|
+ #扫描mapper文件
|
|
|
|
+ mapper-locations: classpath:mapper/*.xml
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
# dingtalk
|
|
# dingtalk
|
|
dingtalk:
|
|
dingtalk:
|
|
agentId: 3088485347
|
|
agentId: 3088485347
|