mirror of
https://github.com/FreeeBird/hotel.git
synced 2025-05-06 19:49:26 +08:00
Update application.yml
This commit is contained in:
parent
0980408b27
commit
349a1412d1
@ -2,15 +2,11 @@ server:
|
|||||||
port: 8080
|
port: 8080
|
||||||
servlet:
|
servlet:
|
||||||
context-path: "/hotel"
|
context-path: "/hotel"
|
||||||
# ssl:
|
|
||||||
# key-store: classpath:mafangui.cn.jks
|
|
||||||
# key-store-password: 98cy27738t8
|
|
||||||
# key-store-type: JKS
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
driver-class-name: com.mysql.jdbc.Driver
|
||||||
username: root
|
username: root
|
||||||
password: liyiyong1997
|
password: 8888
|
||||||
url: jdbc:mysql://localhost:3306/hotel?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=true
|
url: jdbc:mysql://localhost:3306/hotel?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=true
|
||||||
mybatis:
|
mybatis:
|
||||||
type-aliases-package: classpath*:cn.mafangui.hotel.entity
|
type-aliases-package: classpath*:cn.mafangui.hotel.entity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user