1 Star 0 Fork 3

joeyzh / ymc-services-config

forked from vtianvxia / ymc-services-config 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
auth-service.properties 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Joey.Zheng 提交于 2016-07-26 13:50 . add order serice
#web server
server.port=9191
server.contextPath=/api
logging.level.org.springframework.security=DEBUG
#Application specific
#security.sessions = if_required
authentication.oauth.clientid=rajithapp
authentication.oauth.secret=secret
authentication.oauth.tokenValidityInSeconds=1800
#data source properties
spring.datasource.driverClassName=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://10.16.35.121:5432/ymc_auth
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_auth
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

搜索帮助