Skip to content

Commit d73602c

Browse files
authored
Create application.properties
1 parent e6aea68 commit d73602c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

application.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)