Commit 6749e43b by Administrator

Update techhero-examsite-inspection-local.yml

parent 238644e6
spring: spring:
logging:
config:
classpath:logback.xml
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://119.96.87.17:33060/inspect?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8 url: jdbc:mysql://119.96.87.17:33060/inspect?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
...@@ -26,6 +22,10 @@ spring: ...@@ -26,6 +22,10 @@ spring:
statement-log-enabled: true statement-log-enabled: true
statement-executable-sql-log-enable: true statement-executable-sql-log-enable: true
logging:
config:
classpath:logback.xml
mybatis: mybatis:
mapper-locations: classpath:mapper/**/*.xml #配置映射文件 mapper-locations: classpath:mapper/**/*.xml #配置映射文件
......
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