xlcs/guigu-ssyx-parent/service/service-product/src/main/resources/application-dev.yml
2023-09-15 10:22:02 +08:00

20 lines
446 B
YAML

server:
port: 8203
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://82.157.68.223:3306/shequ-product?characterEncoding=utf-8&useSSL=false
username: shequ-product
password: shequ-product
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8