You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
288 B
YAML
14 lines
288 B
YAML
6 years ago
|
mybatis:
|
||
|
mapperLocations: classpath:mapper/*.xml
|
||
|
|
||
|
logging:
|
||
|
level:
|
||
|
root: info
|
||
|
|
||
|
spring:
|
||
|
datasource:
|
||
|
url: jdbc:mysql://10.173.32.71:3306/p2p?characterEncoding=utf8&allowMultiQueries=true
|
||
|
username: kiisoo
|
||
|
password: QS_db_123
|
||
|
driver-class-name: com.mysql.jdbc.Driver
|