1 Star 0 Fork 0

qinchengchao/qcc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
user-dev.yml 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
qinchengchao 提交于 2021-05-30 18:03 . update user-dev.yml.
server:
port: ${port:9001}
spring:
application:
name: user-service
# 数据源
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/db1?useUnicode=true&characterEncoding=utf-8
username: root
password: root
mybatis-plus:
type-aliases-package: com.qin.user.pojo # 实体别名扫描
configuration:
map-underscore-to-camel-case: true # 驼峰命名法
# 开启日志调式级别
logging:
level:
com.qin: debug
# 注册Eureka信息
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka,http://localhost:8762/eureka
#register-with-eureka: true
#fetch-registry: true
instance:
prefer-ip-address: true
ip-address: 127.0.0.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qinchengchao/qcc.git
git@gitee.com:qinchengchao/qcc.git
qinchengchao
qcc
qcc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385