Skip to content

Commit 93866bc

Browse files
committed
Minor refactoring
1 parent 549d79c commit 93866bc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/main/java/com/olegshan/entity/Doc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Doc {
1212

1313
@Id
1414
String name;
15-
// @Column(length = Integer.MAX_VALUE)
15+
// Max value for PostgreSQL
1616
@Column(length = 10485760)
1717
String doc;
1818

src/main/resources/application.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ spring.jpa.hibernate.ddl-auto = update
1111
#spring.datasource.username = ${RDS_USERNAME}
1212
#spring.datasource.password = ${RDS_PASSWORD}
1313
#spring.thymeleaf.encoding=UTF-8
14-
#spring.jpa.hibernate.ddl-auto = update
15-
#spring.resources.chain.strategy.content.enabled=true
16-
#spring.resources.chain.strategy.content.paths=/**
14+
#spring.jpa.hibernate.ddl-auto = update

0 commit comments

Comments
 (0)