30 lines
772 B
YAML
30 lines
772 B
YAML
|
server:
|
||
|
port: 8088
|
||
|
|
||
|
spring:
|
||
|
datasource:
|
||
|
driver-class-name: com.mysql.jdbc.Driver
|
||
|
url: jdbc:mysql://62.234.217.137:3306/vue
|
||
|
username: root
|
||
|
password: nWZpHMb8mNxWE5Xk
|
||
|
redis:
|
||
|
host: 62.234.217.137
|
||
|
port: 6379
|
||
|
password: LSHCwjr6ZN4hzCxS
|
||
|
web:
|
||
|
resources:
|
||
|
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
|
||
|
mvc:
|
||
|
pathmatch:
|
||
|
matching-strategy: ant_path_matcher
|
||
|
mybatis:
|
||
|
mapper-locations: classpath:mapper/*.xml
|
||
|
type-aliases-package: com.xubx.springboot_01demo.pojo
|
||
|
|
||
|
logging:
|
||
|
level:
|
||
|
com.xubx.springboot_01demo.mapper: debug
|
||
|
qiniu:
|
||
|
accessKey: McJYQOg3S6PhkljCg2DQeggBQTcGcUZyK_s6vkxy
|
||
|
secretKey: 5hUuHs-BEzJIEKPCEj292h14evv5L59bDSZuYXa-
|
||
|
bucket: xubx-blog
|