product-service-dev.properties 483 B

1234567891011
  1. eureka.client.service-url.defaultZone=http://127.0.0.1:8821/eureka/
  2. spring.datasource.url=jdbc:mysql://123.56.27.76:3316/aid_dev
  3. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  4. spring.datasource.username=root
  5. spring.datasource.password=efunbox2018
  6. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  7. spring.jpa.properties.hibernate.show_sql=true
  8. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  9. #spring.jpa.properties.hibernate.max_fetch_depth=1