Skip to content

Commit

Permalink
Atualizar Swagger compatibilidade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdeir Camargo authored May 4, 2022
1 parent 132b68e commit 5994cc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ spring.flyway.table=service1_flyway_schema_history
spring.flyway.url=jdbc:postgresql://localhost:5432/Banco
spring.flyway.user=postgres
spring.flyway.password=banco123
flyway.initOnMigrate= true
flyway.initOnMigrate= true


#Essa linha de mvc patch resolve o bug de boot do swagger compatibilidade com springboot.
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER

0 comments on commit 5994cc7

Please sign in to comment.