resource-service-dev.properties 434 B

1234567891011
  1. eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
  2. spring.datasource.url=jdbc:mysql://localhost:3306/test
  3. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  4. spring.datasource.username=rankin
  5. spring.datasource.password=abc
  6. spring.jpa.properties.hibernate.hbm2ddl.auto=create-drop
  7. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  8. remote.resource.url=http://zuul.efunbox.cn