We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549d79c commit 93866bcCopy full SHA for 93866bc
src/main/java/com/olegshan/entity/Doc.java
@@ -12,7 +12,7 @@ public class Doc {
12
13
@Id
14
String name;
15
-// @Column(length = Integer.MAX_VALUE)
+ // Max value for PostgreSQL
16
@Column(length = 10485760)
17
String doc;
18
src/main/resources/application.properties
@@ -11,6 +11,4 @@ spring.jpa.hibernate.ddl-auto = update
11
#spring.datasource.username = ${RDS_USERNAME}
#spring.datasource.password = ${RDS_PASSWORD}
#spring.thymeleaf.encoding=UTF-8
-#spring.jpa.hibernate.ddl-auto = update
-#spring.resources.chain.strategy.content.enabled=true
-#spring.resources.chain.strategy.content.paths=/**
+#spring.jpa.hibernate.ddl-auto = update
0 commit comments