We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6aea68 commit d73602cCopy full SHA for d73602c
application.properties
@@ -0,0 +1,13 @@
1
+pring.datasource.url=jdbc:mysql://localhost:3306/twprojetos?useTimezone=true&serverTimezone=America/Fortaleza&user=root&password=maic27iam
2
+
3
+spring.jpa.hibernate.ddl-auto=update
4
+spring.jpa.show-sql=true
5
+spring.jpa.properties.hibernate.format_sql=true
6
7
+spring.thymeleaf.cache=false
8
+spring.data.web.pageable.page-parameter = pagina
9
+spring.data.web.pageable.size-parameter = tamanho
10
+spring.data.web.sort.sort-parameter = ordenacao
11
+spring.data.web.pageable.one-indexed-parameters= true
12
+spring.data.web.pageable.max-page-size= 50
13
0 commit comments