Commit a6f1e2c3 by Administrator

Update techhero-examsite-inspection-local.yml

parent 6bd07772
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
...@@ -21,8 +25,6 @@ spring: ...@@ -21,8 +25,6 @@ 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