2024-03-31 19:55:56 +08:00
|
|
|
server:
|
|
|
|
port: 8089
|
|
|
|
spring:
|
|
|
|
datasource:
|
2024-03-31 20:31:59 +08:00
|
|
|
url: jdbc:mysql://106.15.251.123:3305/tb_hotel?useSSL=false
|
2024-03-31 19:55:56 +08:00
|
|
|
username: root
|
|
|
|
password: "02120212"
|
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
cn.itcast: debug
|
|
|
|
pattern:
|
|
|
|
dateformat: MM-dd HH:mm:ss:SSS
|
|
|
|
mybatis-plus:
|
|
|
|
configuration:
|
|
|
|
map-underscore-to-camel-case: true
|
|
|
|
type-aliases-package: cn.itcast.hotel.pojo
|