File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
<groupId >org.springframework.boot</groupId >
42
42
<artifactId >spring-boot-starter-data-jpa</artifactId >
43
43
</dependency >
44
- <!-- dependency>
44
+ <dependency >
45
45
<groupId >org.postgresql</groupId >
46
46
<artifactId >postgresql</artifactId >
47
- </dependency-- >
48
- <dependency >
47
+ </dependency >
48
+ <!-- dependency>
49
49
<groupId>com.h2database</groupId>
50
50
<artifactId>h2</artifactId>
51
51
<version>2.1.210</version>
52
- </dependency >
52
+ </dependency-- >
53
53
<dependency >
54
54
<groupId >org.springframework.boot</groupId >
55
55
<artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 1
1
spring.mustache.suffix =.html
2
2
logging.level.org.springframework.web =DEBUG
3
3
spring.h2.console.enabled =true
4
- spring.datasource.url =jdbc:h2:mem:testdb
4
+ # spring.datasource.url=jdbc:h2:mem:testdb
5
5
6
6
7
7
spring.jpa.properties.hibernate.format_sql =true
@@ -17,7 +17,7 @@ server.ssl.key-store= classpath:keystore.jks
17
17
server.ssl.key-store-password = password
18
18
server.ssl.key-password = secret
19
19
20
- # spring.datasource.url=jdbc:postgresql://localhost/posts
20
+ spring.datasource.url =jdbc:postgresql://localhost/posts
21
21
spring.datasource.username =postgres
22
22
spring.datasource.password =password
23
23
spring.jpa.hibernate.ddl-auto =create-drop
You can’t perform that action at this time.
0 commit comments