21 lines
468 B
YAML
21 lines
468 B
YAML
|
|
spring:
|
||
|
|
application:
|
||
|
|
name: business-css
|
||
|
|
datasource:
|
||
|
|
url: jdbc:mysql://43.138.168.68:3306/frameworkdb2023?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
|
||
|
|
username: root
|
||
|
|
password: ylfw20230626@
|
||
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
|
jackson:
|
||
|
|
time-zone: Asia/Shanghai
|
||
|
|
date-format: yyyy-MM-dd'T'HH:mm:ssXXX
|
||
|
|
|
||
|
|
server:
|
||
|
|
port: 8082
|
||
|
|
servlet:
|
||
|
|
context-path: /
|
||
|
|
|
||
|
|
logging:
|
||
|
|
level:
|
||
|
|
root: info
|
||
|
|
com.yfd: debug
|