1 Star 0 Fork 3

joeyzh / ymc-services-config

forked from vtianvxia / ymc-services-config 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
order-service.properties 862 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joey.Zheng 提交于 2016-08-04 17:40 . redis
#web server
server.port=8103
security.oauth2.resource.userInfoUri=http://localhost:9191/api/user
#data source properties
spring.datasource.driverClassName=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://10.16.35.121:5432/ymc_order
spring.datasource.username=postgres
spring.datasource.password=qqqq1111
# JPA properties
spring.jpa.properties.hibernate.connection.driver_class=org.postgresql.Driver
spring.jpa.properties.hibernate.connection.url=jdbc:postgresql://10.16.35.121:5432/ymc_order
spring.jpa.properties.hibernate.connection.username=postgres
spring.jpa.properties.hibernate.connection.password=qqqq1111
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.default_schema: public
spring.jpa.properties.hibernate.hbm2ddl.auto=update
spring.jpa.properties.hibernate.show_sql=true
1
https://gitee.com/zedy/ymc-services-config.git
git@gitee.com:zedy/ymc-services-config.git
zedy
ymc-services-config
ymc-services-config
master

搜索帮助