parent
8887d35cad
commit
409eef8ae1
2 changed files with 30 additions and 0 deletions
@ -0,0 +1,29 @@ |
||||
#\u804C\u7AD9\u9879\u76EE\u7BA1\u7406\u914D\u7F6E |
||||
server.port=9002 |
||||
server.servlet.context-path=/project |
||||
|
||||
#\u6B63\u5F0F\u6570\u636E\u5E93\u8FDE\u63A5 |
||||
spring.datasource.url=jdbc:mysql://rm-wz90d92p0pf083nxzno.mysql.rds.aliyuncs.com:3306/chaohu?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
||||
spring.datasource.username=root |
||||
spring.datasource.password=HuoRan@2021 |
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
||||
|
||||
spring.jackson.default-property-inclusion=non_null |
||||
|
||||
spring.redis.database=0 |
||||
spring.redis.host=127.0.0.1 |
||||
spring.redis.password= |
||||
spring.redis.port=6379 |
||||
spring.redis.timeout=3000 |
||||
|
||||
auth.openInterceptStr= |
||||
auth.permitUrl= |
||||
|
||||
|
||||
#\u65E5\u5FD7\u7EA7\u522B |
||||
logging.level.jdbc=OFF |
||||
logging.level.jdbc.sqltiming=DEBUG |
||||
logging.level.jdbc.resultsettable=DEBUG |
||||
logging.level.com.yipin.liuwar.mapper=DEBUG |
||||
logging.level.com.yipin.liuwanr.mapper=DEBUG |
||||
|
@ -0,0 +1 @@ |
||||
spring.profiles.active=chaohu |
Loading…
Reference in new issue