PlatformServer/config/application-local.properties

21 lines
822 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server.port=9276
# 多个项目放在nginx下同个端口通过该配置区分
server.servlet.context-path=/tunnel
# mysql 配置
# 配置数据源
spring.datasource.url=jdbc:mysql://localhost:3306/tunnel?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior\
=convertToNull&useUnicode=true
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=xajhuang
spring.datasource.password=aaaHuang1!
#mybatis 配置
# 下划线转驼峰 将带有下划线的表字段映射为驼峰格式的实体类属性
#mybatis.configuration.map-underscore-to-camel-case: true
mybatis.mapper-locations=classpath*:mappers/*.xml
mybatis.type-aliases-package=com.cmhi.tunnelservice.pojo.entry
#mybatis.configuration.default-enum-type-handler=com.dispose.common.CommonEnumHandler
#config log
#logging.config=