1 Star 0 Fork 0

zorro / tensquare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
base-dev.yml 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
zorro 提交于 2019-12-10 10:37 . update base-dev.yml.
server:
port: 9001
spring:
application:
name: tensquare-base #指定应用名称;使用SpringCloud框架管理微服务会用到,不能使用_下划线
datasource:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://192.168.43.130:3306/tensquare_base?characterEncoding=utf-8
username: root
password: 123456
jpa:
database: mysql
generate-ddl: false #根据pojo实体类自动建表
show-sql: true #展示执行sql语句
rabbitmq:
host: 192.168.43.130
eureka:
instance:
prefer-ip-address: true
#prefer-ip-address: true 允许跨域访问
client:
service-url:
defaultZone: http://127.0.0.1:6868/eureka/
sms:
ip: 13551242231
pig: 2222222
1
https://gitee.com/zorro00723/tensquare.git
git@gitee.com:zorro00723/tensquare.git
zorro00723
tensquare
tensquare
master

搜索帮助