1 Star 0 Fork 0

lincai/hrm-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
application-auth-dev.yml 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
lincaihaha 提交于 2022-02-12 22:30 . xxx
server:
port: 10500 #配置服务端口
eureka:
client:
serviceUrl: #eureka访问地址
defaultZone: http://localhost:10100/eureka/ #单机配置
registry-fetch-interval-seconds: 5 #间隔获取注册表的时间
instance:
prefer-ip-address: true #使用ip地址进行注册
instance-id: system-server:10500 #实例ID
spring:
application:
name: auth-server #服务的名字
datasource:
username: root
password: 123456
url: jdbc:mysql:///hrm-auth
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
mybatis-plus: #集成MyBatis-Plus
mapper-locations: classpath:cn/lin/hrm/mapper/*Mapper.xml
#type-aliases-package: cn.itsource.hrm.domain,cn.itsource.hrm.query
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lincaihaha/hrm-config.git
git@gitee.com:lincaihaha/hrm-config.git
lincaihaha
hrm-config
hrm-config
master

搜索帮助