2020-09-18 13:04:12 +08:00
|
|
|
logging:
|
|
|
|
|
level:
|
|
|
|
|
dao: debug
|
|
|
|
|
youfool.dao: info
|
|
|
|
|
com.chinaweal.youfool.framework.springboot.log: debug
|
|
|
|
|
com.chinaweal.youfool.prj: debug
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
2020-10-15 23:59:52 +08:00
|
|
|
prj:
|
2020-09-18 13:04:12 +08:00
|
|
|
url: jdbc:postgresql://172.22.80.157:5432/pms_dev
|
|
|
|
|
username: postgres
|
|
|
|
|
password: 123456
|
|
|
|
|
youfool:
|
|
|
|
|
url: jdbc:postgresql://172.22.80.157:5432/pms_dev?currentSchema=youfool
|
|
|
|
|
username: postgres
|
|
|
|
|
password: 123456
|