17 lines
677 B
Properties
17 lines
677 B
Properties
spring.datasource.url=jdbc:mysql://rm-bp1a44uap1mm20980mo.mysql.rds.aliyuncs.com:3306/pc-exam?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
|
|
spring.datasource.username=pc_exam
|
|
spring.datasource.password=Pcexam123
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
server.port=48082
|
|
|
|
spring.main.banner-mode=off
|
|
|
|
# MyBatis-Plus ??????
|
|
mybatis-plus.configuration.map-underscore-to-camel-case=true
|
|
mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
|
|
mybatis-plus.type-aliases-package=com.example.exam.exam.dal
|
|
|
|
|
|
spring.security.user.name=exam
|
|
spring.security.user.password=exam123 |