1 Star 0 Fork 0

xiaowangcai / social-dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
user-dev.yml 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaowangcai 提交于 2019-07-10 22:04 . 1
server:
port: 9108
spring:
application:
name: social-user
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://192.168.88.132:3306/tensquare_user?characterEncoding=utf-8
username: root
password: root
jpa:
database: MySQL
show-sql: true
redis:
host: 192.168.88.132
rabbitmq:
host: 192.168.88.132
jwt:
config:
key: user
ttl: 36000000
eureka:
client:
serviceUrl:
defaultZone: http://127.0.0.1:6868/eureka/
instance:
prefer-ip-address: true
1
https://gitee.com/jacobsjq/social-dev.git
git@gitee.com:jacobsjq/social-dev.git
jacobsjq
social-dev
social-dev
master

搜索帮助