spring:
datasource:
username: root
password: root
url: jdbc:mysql://localhost:3306/gulimall_sms?serverTimezone=UTC
driver-class-name: com.mysql.jdbc.Driver
mybatis-plus:
mapper-locations: classpath:/mapper*.xml
global-config:
db-config:
id-type: auto
server:
port: 9000



