Commit 3cfb5df authored and committed Jan 13, 2024
1 parent 9894503 commit 3cfb5df Copy full SHA for 3cfb5df
File tree 2 files changed +17
-9
lines changed
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 32
32
</dependency >
33
33
34
34
35
- <dependency >
36
- <groupId >mysql</groupId >
37
- <artifactId >mysql-connector-java</artifactId >
38
- <version >8.0.26</version >
39
- </dependency >
35
+ <!-- < dependency> -- >
36
+ <!-- <groupId>mysql</groupId> -- >
37
+ <!-- <artifactId>mysql-connector-java</artifactId> -- >
38
+ <!-- <version>8.0.26</version> -- >
39
+ <!-- < /dependency> -- >
40
40
<dependency >
41
41
<groupId >org.springframework.boot</groupId >
42
42
<artifactId >spring-boot-starter-data-jpa</artifactId >
Original file line number Diff line number Diff line change 7
7
# spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
8
8
# *********************** PostgreSQL Database Configuration **************************
9
9
# spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
10
- spring.datasource.url =jdbc:postgresql://ec2-54-158-26-89.compute-1.amazonaws.com:5432/d7sa1v1ap4b2eu
11
- spring.datasource.username =vxvmdvtffopxic
12
- spring.datasource.password =ebc52660beacb19866d9226e0158b506da3a9d974764a518751e1faf88df6597
10
+ # spring.datasource.url=jdbc:postgresql://ec2-54-158-26-89.compute-1.amazonaws.com:5432/d7sa1v1ap4b2eu
11
+ # spring.datasource.username=vxvmdvtffopxic
12
+ # spring.datasource.password=ebc52660beacb19866d9226e0158b506da3a9d974764a518751e1faf88df6597
13
+ # spring.jpa.show-sql=true
14
+ # spring.jpa.hibernate.ddl-auto=create-drop
15
+ # spring.sql.init.mode=always
16
+ # *********************** PostgreSQL Database Configuration **************************
17
+ # spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
18
+ spring.datasource.url =jdbc:postgresql://ec2-44-213-151-75.compute-1.amazonaws.com:5432/d5duritffgsgeo
19
+ spring.datasource.username =bgmjsyialfzmii
20
+ spring.datasource.password =4b27cefd3815b61474f6d11dfc6548889901ba25c700b1854d91609424ae560c
13
21
spring.jpa.show-sql =true
14
- spring.jpa.hibernate.ddl-auto =create-drop
22
+ spring.jpa.hibernate.ddl-auto =create
15
23
# spring.sql.init.mode=always
16
24
# *********************** MySQL Database Configuration **************************
17
25
# spring.jpa.database=mysql
You can’t perform that action at this time.
0 commit comments