|
@ -85,16 +85,16 @@ mybatis: |
|
|
configuration: |
|
|
configuration: |
|
|
mysql1: |
|
|
mysql1: |
|
|
map-underscore-to-camel-case: true |
|
|
map-underscore-to-camel-case: true |
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
|
|
|
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
sqlserver1: |
|
|
sqlserver1: |
|
|
map-underscore-to-camel-case: true |
|
|
map-underscore-to-camel-case: true |
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
|
|
|
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
mysql2: |
|
|
mysql2: |
|
|
map-underscore-to-camel-case: true |
|
|
map-underscore-to-camel-case: true |
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
|
|
|
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
mysql3: |
|
|
mysql3: |
|
|
map-underscore-to-camel-case: true |
|
|
map-underscore-to-camel-case: true |
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
|
|
|
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
|
|
|
|
|
upload: |
|
|
upload: |
|
|
path: D:\upload |
|
|
path: D:\upload |
|
@ -109,7 +109,7 @@ bean: |
|
|
server: |
|
|
server: |
|
|
port: 8081 |
|
|
port: 8081 |
|
|
|
|
|
|
|
|
logging: |
|
|
|
|
|
level: |
|
|
|
|
|
org.springframework.jdbc.core.JdbcTemplate: DEBUG |
|
|
|
|
|
org.springframework.orm.jpa: DEBUG |
|
|
|
|
|
|
|
|
# logging: |
|
|
|
|
|
# level: |
|
|
|
|
|
# org.springframework.jdbc.core.JdbcTemplate: DEBUG |
|
|
|
|
|
# org.springframework.orm.jpa: DEBUG |