3 Star 0 Fork 0

decepeng/spike-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
spike-daemon-service-local.yml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
decepeng 提交于 2018-11-03 17:20 . spike-tech 库
server:
port: 6670
spring:
datasource:
url: jdbc:mysql://database.daodingtech.cn:3306/spike-tech?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
driver-class-name: com.mysql.jdbc.Driver
username: root
password: XinDao201711YUNtc88fEi
type: com.zaxxer.hikari.HikariDataSource
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
mybatis:
mapper-locations: classpath:/mapper/**/*Mapper.xml
typeAliasesPackage: com.daodingtech.daemon.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
elasticjob:
serverlists: tpd.daodingtech.cn:12181
namespace: spike-daemon
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/decepeng/spike-config.git
[email protected]:decepeng/spike-config.git
decepeng
spike-config
spike-config
master

搜索帮助