4 changed files with 22 additions and 3 deletions
@ -0,0 +1,13 @@ |
|||||
|
spring: |
||||
|
datasource: |
||||
|
url: jdbc:mysql://47.109.27.8:3306/diet?useUnicode=true&characterEncoding=utf-8 |
||||
|
username: admin |
||||
|
password: '@Jiluo2019' |
||||
|
driver-class-name: com.mysql.cj.jdbc.Driver |
||||
|
jpa: |
||||
|
show-sql: false |
||||
|
hibernate: |
||||
|
ddl-auto: none |
||||
|
|
||||
|
icon: |
||||
|
path: D:\workspace\diet\data\icon |
Loading…
Reference in new issue