1 Star 0 Fork 0

吴林越喆/wuyue-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
course-dev.yml 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴林越喆 提交于 2024-01-16 05:45 . update course-dev.yml.
#tomcat
server:
port: ${port:9090}
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/privatice?useSSL=false&useUnicode=true&characterEncoding=UTF-8
username: root
password: root
application:
name: user-service
mybatis:
type-aliases-package: com.wy.pojo #
mapper-locations: classpath:mapper/*.xml #
#ereka客户端注册服务
eureka:
client:
service-url:
defaultZone: http://127.0.0.1:10086/eureka #,http://127.0.0.1:10087/eureka
#将默认的主机名或localhost设置为ip地址
instance:
ip-address: 127.0.0.1 # ip地址
prefer-ip-address: true # 更倾向于使用ip,而不是host名
#服务续约
lease-expiration-duration-in-seconds: 90 #服务失效时间,默认值90秒
lease-renewal-interval-in-seconds: 30 #服务续约(renew)的间隔,默认为30秒
test:
name: wuyue11
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mima_studio/wuyue-config.git
git@gitee.com:mima_studio/wuyue-config.git
mima_studio
wuyue-config
wuyue-config
master

搜索帮助