Skip to content

Commit 893e2ec

Browse files
author
a_total_another_bla
committed
frontend template
1 parent 2999355 commit 893e2ec

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/main/resources/application.properties

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@ spring.data.neo4j.open-in-view=true
22
spring.data.neo4j.username=neo4j
33
spring.data.neo4j.password=secret
44
spring.data.neo4j.repositories.enabled=true
5-
spring.data.web.pageable.default-page-size=20
6-
spring.data.web.pageable.max-page-size=200
7-
spring.data.web.pageable.page-parameter=page
8-
spring.data.web.pageable.size-parameter=size
5+
spring.data.jpa.repositories.enabled=true
6+
#spring.data.web.pageable.default-page-size=20
7+
#spring.data.web.pageable.max-page-size=200
8+
#spring.data.web.pageable.page-parameter=page
9+
#spring.data.web.pageable.size-parameter=size
910
spring.datasource.url=jdbc:postgresql://localhost:5432/learn-neo4j
1011
spring.datasource.username=jdbc
1112
spring.datasource.password=jdbcpwd
1213
spring.datasource.driver-class-name=org.postgresql.Driver
13-
spring.data.jpa.repositories.enabled=true
14-
spring.dao.exceptiontranslation.enabled=true
1514
spring.datasource.generate-unique-name=true
1615
spring.datasource.name=Learnneo4jDS
1716
spring.datasource.type=org.postgresql.jdbc3.Jdbc3PoolingDataSource
17+
spring.dao.exceptiontranslation.enabled=true
1818
# Disable feature detection by this undocumented parameter. Check the org.hibernate.engine.jdbc.internal.JdbcServiceImpl.configure method for more details.
1919
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
2020
# Because detection is disabled you have to set correct dialect by hand.
21-
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL9Dialect
21+
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL95Dialect
2222
spring.jpa.hibernate.ddl-auto=create-drop
2323
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
24-
spring.thymeleaf.enabled=true
25-
spring.thymeleaf.check-template-location=true
26-
spring.thymeleaf.cache=false
2724
spring.jpa.open-in-view=true
2825
spring.jpa.generate-ddl=true
2926
spring.jpa.show-sql=true
30-
# spring.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL94Dialect
27+
spring.thymeleaf.enabled=true
28+
spring.thymeleaf.check-template-location=true
29+
spring.thymeleaf.cache=false
30+
#spring.properties.hibernate.dialect=org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
31+

0 commit comments

Comments
 (0)