shop_crop/src/main/resources/application-dev.yml

22 lines
604 B
YAML
Raw Normal View History

2025-09-30 14:44:56 +08:00
spring:
datasource:
url: jdbc:mysql://121.199.65.65:3306/shop?useSSL=false&serverTimezone=Asia/Shanghai&characterEncoding=utf-8
username: sktod_test
password: JlZOLKtvma8Z19XF
driver-class-name: com.mysql.cj.jdbc.Driver
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
type-aliases-package: com.example.demo.entity
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 打印SQL
global-config:
db-config:
id-type: auto
logic-delete-value: 1
logic-not-delete-value: 0
wechat:
media:
temp-dir: ./temp