| | |
| | | datasource: |
| | | type: com.zaxxer.hikari.HikariDataSource |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true |
| | | url: jdbc:mysql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: root |
| | | hikari: |
| | |
| | | allowed-origins: |
| | | - http://localhost:8080 |
| | | - http://127.0.0.1:8080 |
| | | # [可选] 日志配置, 一般不需要改 |
| | | logging: |
| | | config: classpath:logback-spring-local.xml |
| | | |