Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bc0217bac | |||
| eb9ac2cd79 | |||
| 178ae865df | |||
|
|
889fdb2459 | ||
|
|
d761ce30f1 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,6 +5,9 @@ build/
|
|||||||
!**/src/main/**
|
!**/src/main/**
|
||||||
!**/src/test/**
|
!**/src/test/**
|
||||||
|
|
||||||
|
application-mysql.yml
|
||||||
|
application-postgres.yml
|
||||||
|
|
||||||
### STS ###
|
### STS ###
|
||||||
.apt_generated
|
.apt_generated
|
||||||
.classpath
|
.classpath
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ spring:
|
|||||||
ddl-auto: update
|
ddl-auto: update
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
username: cubetiq
|
username: root
|
||||||
password: Root$
|
password: root
|
||||||
url: jdbc:mysql://192.168.0.150:3306/demo
|
url: jdbc:mysql://192.168.0.150:3306/demo
|
||||||
@@ -7,6 +7,6 @@ spring:
|
|||||||
ddl-auto: update
|
ddl-auto: update
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
username: cubetiq
|
username: root
|
||||||
password: Root$
|
password: root
|
||||||
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo
|
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo
|
||||||
Reference in New Issue
Block a user