3 Star 0 Fork 0

decepeng/spike-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
spike-parking-cloud-service-local.yml 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
decepeng 提交于 2018-11-03 17:29 . mapper
server:
port: 6532
#Redis cache 过期时间设置
redis:
cache:
expiration: 3600
# datasoure默认使用JDBC
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.jdbc.Driver
username: root
password: XinDao201711YUNtc88fEi
url: jdbc:mysql://database.daodingtech.cn:3306/spike-tech?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
rabbitmq:
host: tpd.daodingtech.cn
port: 5672
password: ddkj
username: ddkj
zipkin:
rabbitmq:
queue: zipkin
sleuth:
sampler:
percentage: 1.0
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
mybatis-plus:
mapper-locations: classpath:/mapper/*Mapper.xml
typeAliasesPackage: com.daodingtech.parking.cloud.model.entity
global-config:
#主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID";
id-type: 2
#字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断"
field-strategy: 1
#驼峰下划线转换
db-column-underline: true
#刷新mapper 调试神器
refresh-mapper: true
#数据库大写下划线转换
#capital-mode: true
configuration:
map-underscore-to-camel-case: true
cache-enabled: true
logging:
config: classpath:logback.xml
#=========================netty-config=================
#websocket客户端-配置信息
webSocketClientConfig:
#连接服务器URI
connUri: ws://127.0.0.1:8890/parking/
#连接服务器id
clientId: daoding-parking-cloud-1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/decepeng/spike-config.git
[email protected]:decepeng/spike-config.git
decepeng
spike-config
spike-config
master

搜索帮助