You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cloudnote_server/src/main/resources/application.yaml

18 lines
375 B

#ba
spring:
datasource:
url: jdbc:mysql://localhost:3306/note?serverTimezone=UTC&characterEncoding=utf-8
username: sukura
password: 123456
jpa:
hibernate:
ddl-auto: update
show-sql: true
#静态资源目录
mvc:
static-path-pattern: /file/**
resources:
static-locations: classpath:/resources/static/file
#喜好评价分
score: 7