1234567891011121314151617181920 |
- eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
- spring.datasource.url=jdbc:mysql://localhost:3306/test
- spring.datasource.driverClassName=com.mysql.jdbc.Driver
- spring.datasource.username=rankin
- spring.datasource.password=abc
- spring.jpa.properties.hibernate.hbm2ddl.auto=create-drop
- spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
- remote.resource.url=http://zuul.efunbox.cn
- resource.url.domain=http://www.efun.com
- feign.httpclient.enabled=true
- ali.oss.endpoint=oss-cn-beijing-internal.aliyuncs.com
- ali.oss.accessKeyId=LTAIUFvd17IXLBQ4
- ali.oss.accessKeySecret=YEm1VebbntRIGmV8s8N33LQfOoC2sA
- ali.oss.bucket=efunimgs
- ali.oss.rankin.dir=resources/
|