Skip to content

Commit 56dfe90

Browse files
committed
updated spring-boot
1 parent 9a57430 commit 56dfe90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<groupId>org.woehlke</groupId>
66
<artifactId>simpleworklist</artifactId>
7-
<version>3.0.8-SNAPSHOT</version>
7+
<version>3.0.7-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>3.0.6</version>
13+
<version>3.1.0</version>
1414
<relativePath />
1515
</parent>
1616

src/main/java/org/woehlke/java/simpleworklist/domain/db/data/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class Context extends AuditModel implements Serializable, ComparableById<
5858
CascadeType.REFRESH
5959
})
6060
@JoinColumn(name = "user_account_id")
61-
@LazyToOne(PROXY)
61+
//@LazyToOne(PROXY)
6262
private UserAccount userAccount;
6363

6464
@Length(min = 1, max = 255)

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spring:
4242
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
4343
properties:
4444
hibernate:
45-
dialect: org.hibernate.dialect.PostgreSQL95Dialect
45+
dialect: org.hibernate.dialect.PostgreSQLDialect
4646
temp:
4747
use_jdbc_metadata_defaults: false
4848
generate_statistics: true

0 commit comments

Comments
 (0)