Skip to content

Commit

Permalink
Yaml atualizado, excluída pasta docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juhachmann committed Sep 28, 2024
1 parent 2f19606 commit d16b696
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 25 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

HELP.md
target/
/.mvn/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
Expand Down
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

1 change: 0 additions & 1 deletion docs/about.html

This file was deleted.

16 changes: 0 additions & 16 deletions docs/index.html

This file was deleted.

13 changes: 7 additions & 6 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
spring:
application:
name: estagios
name:
datasource:
url: jdbc:mysql://localhost:3306/estagios
username: admin
password: admin
username: estagiosapp
password: estagios123
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
generate-ddl: true
show-sql: true
show-sql: false
jackson:
date-format: com.fasterxml.jackson.databind.util.ISO8601DateFormat
serialization:
Expand All @@ -34,12 +34,13 @@ security:
jwt:
access-token-expiration-minutes: 60
refresh-token-expiration-minutes: 1440
access-token-secret-key: verysecretkeyohmygodwhyisitsosecretdonttellanybody
refresh-token-secret-key: anotherverysecretaccesskeydonteverletitleak
access-token-secret-key: makealongsecret
refresh-token-secret-key: makeareallongsecret


#DEFAULT SERVER.ERROR CONFIGS
server:
port: 8080
error:
include-binding-errors: never
include-exception: false
Expand Down

0 comments on commit d16b696

Please sign in to comment.