2024-10-23 07:33:02 +00:00
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
url: jdbc:mysql://123.249.108.160:3306/feiyi?serverTimezone=Asia/Shanghai
|
|
|
|
username: feiyi
|
2024-10-25 10:35:51 +00:00
|
|
|
password: 123456asd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
server:
|
|
|
|
port: 8888
|
|
|
|
servlet:
|
|
|
|
context-path: /api
|
|
|
|
# cookie 30 天过期
|
|
|
|
session:
|
|
|
|
cookie:
|
|
|
|
max-age: 2592000
|
|
|
|
|
|
|
|
mybatis-plus:
|
|
|
|
mapper-locations: classpath:mapper/*.xml
|
|
|
|
configuration:
|
|
|
|
map-underscore-to-camel-case: false
|
|
|
|
|
|
|
|
|
|
|
|
|