File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ target/
2323* .ipr
2424
2525# ## NetBeans ###
26+ nb-configuration.xml
2627/nbproject /private /
2728/nbbuild /
2829/dist /
Original file line number Diff line number Diff line change 1- java openjdk-16 .0.1
2- maven 3.8.1
1+ java openjdk-17 .0.1
2+ maven 3.8.4
Original file line number Diff line number Diff line change 6767 <dependency >
6868 <groupId >org.springframework.security</groupId >
6969 <artifactId >spring-security-data</artifactId >
70- <version >5.6.0</version >
7170 </dependency >
7271
7372
250249 </plugin >
251250 </plugins >
252251 </build >
252+ <reporting >
253+ <plugins >
254+ <plugin >
255+ <groupId >org.apache.maven.plugins</groupId >
256+ <artifactId >maven-checkstyle-plugin</artifactId >
257+ <configuration >
258+ <configLocation >config/sun_checks.xml</configLocation >
259+ </configuration >
260+ </plugin >
261+ </plugins >
262+ </reporting >
253263</project >
Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ spring.jpa.properties.hibernate.format_sql=true
1414spring.jpa.show-sql =${show-sql:true}
1515
1616# swagger
17- springfox.documentation.open-api.v3.path =/documentation/schemas
18- springfox.documentation.swagger-ui.base-url =/documentation
19- springfox.documentation.swagger.v2.use-model-v3 =false
17+ springdoc.swagger-ui.path =/documentation
18+ springdoc.api-docs.path =/documentation/schemas
2019
21- # configura\u00c3\u00a7\u00c3\u00b5es do spring JPA.
20+ # configuracoes do spring JPA.
2221spring.jpa.hibernate.ddl-auto =none
2322spring.datasource.initialization-mode =always
2423
You can’t perform that action at this time.
0 commit comments