|
|
@ -16,15 +16,10 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
# postgresql |
|
|
|
# postgresql |
|
|
|
#spring.datasource.driver-class-name=org.postgresql.Driver |
|
|
|
spring.datasource.driver-class-name=org.postgresql.Driver |
|
|
|
#spring.datasource.url=jdbc:postgresql://localhost:5432/dolphinscheduler |
|
|
|
spring.datasource.url=jdbc:postgresql://localhost:5432/dolphinscheduler |
|
|
|
#spring.datasource.username=test |
|
|
|
spring.datasource.username=test |
|
|
|
#spring.datasource.password=test |
|
|
|
spring.datasource.password=test |
|
|
|
|
|
|
|
|
|
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
|
|
|
|
|
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8 |
|
|
|
|
|
|
|
spring.datasource.username=root |
|
|
|
|
|
|
|
spring.datasource.password=root |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# connection configuration |
|
|
|
# connection configuration |
|
|
|
#spring.datasource.initialSize=5 |
|
|
|
#spring.datasource.initialSize=5 |
|
|
|