1 Star 0 Fork 0

楚地/config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
userservice-test.yml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Su 提交于 2021-03-12 22:24 . add redis test config
server:
port: 8083
# port: ${port}
spring:
datasource:
url: jdbc:mysql://192.168.200.129:3306/cloud_user
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
#这个配置是告诉将来注册的名字是什么
application:
name: user-service #必须是唯一 不能用_(下划线) 因为有bug
mybatis:
type-aliases-package: com.itheima.sh.user.pojo
configuration:
map-underscore-to-camel-case: true
logging:
level:
cn.itcast: debug
eureka:
client:
service-url: # EurekaServer的地址,现在是自己的地址,如果是集群,需要写其它Server的地址。
# defaultZone: http://127.0.0.1:10086/eureka
defaultZone: http://127.0.0.1:10086/eureka,27.0.0.1:10087/eureka,27.0.0.1:10088/eureka
register-with-eureka: true # 不注册自己 默认值为 true
fetch-registry: false #不拉取服务 默认值为 true
instance:
ip-address: 127.0.0.1 # ip地址
prefer-ip-address: true # 更倾向于使用ip,而不是host名
instance-id: ${eureka.instance.ip-address}:${server.port} # 自定义实例的id
lease-renewal-interval-in-seconds: 30
lease-expiration-duration-in-seconds: 90
test:
redis:
host: localhost
port: 6381
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/macic/config.git
git@gitee.com:macic/config.git
macic
config
config
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385