You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
371 B
7 lines
371 B
7 years ago
|
|
||
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
||
|
spring.datasource.schema-name=royalpay_production
|
||
|
spring.datasource.host=10.0.0.30:3306
|
||
|
spring.datasource.url=jdbc:mysql://${spring.datasource.host}/${spring.datasource.schema-name}?useUnicode=true&characterEncoding=utf8&useSSL=false
|
||
|
spring.datasource.username=ap_prod_user
|
||
|
spring.datasource.password=Pine@ppl321
|