This repository was archived by the owner on Aug 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +3
-28
lines changed Expand file tree Collapse file tree 5 files changed +3
-28
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.marjade.roniet</groupId >
13
13
<artifactId >marjaderoniet</artifactId >
14
- <version >4.1.2 </version >
14
+ <version >4.1.3 </version >
15
15
<name >FashionApp</name >
16
16
<description >Fashion portfolio</description >
17
17
73
73
<dependency >
74
74
<groupId >junit</groupId >
75
75
<artifactId >junit</artifactId >
76
- <version >4.13.1 </version >
76
+ <version >4.13.2 </version >
77
77
<scope >test</scope >
78
78
</dependency >
79
79
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ spring.datasource.validationQuery=SELECT 1
20
20
# JPA / Hibernate
21
21
spring.jpa.show-sql =true
22
22
spring.jpa.hibernate.ddl-auto =update
23
- spring.sql.init.data-locations =classpath:liveDB.sql
24
23
spring.jpa.hibernate.naming.strategy =org.hibernate.cfg.ImprovedNamingStrategy
25
24
spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.H2Dialect
26
25
spring.jpa.properties.hibernate.id.new_generator_mappings =false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,6 +15,4 @@ spring.jpa.show-sql=true
15
15
spring.jpa.hibernate.ddl-auto =create
16
16
spring.jpa.hibernate.naming.strategy =org.hibernate.cfg.ImprovedNamingStrategy
17
17
spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.H2Dialect
18
- spring.jpa.properties.hibernate.id.new_generator_mappings =true
19
-
20
- spring.sql.init.data-locations =classpath:starterDb.sql
18
+ spring.jpa.properties.hibernate.id.new_generator_mappings =true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments