You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
server:
|
|
|
|
port: 8089
|
|
|
|
|
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
username: root
|
|
|
|
password: Platform123!@#
|
|
|
|
url: jdbc:mysql://10.168.56.204:3306/device?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
|
|
mybatis:
|
|
|
|
mapper-locations: classpath:mapping/*Mapper.xml
|
|
|
|
type-aliases-package: com.example.entity.demo
|
|
|
|
|
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
com:
|
|
|
|
example:
|
|
|
|
mapper : debug
|