JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the latest version 3.19.0 and remove any overridden versions for this plugin from the repo.
This commit is contained in:
parent
21ea0eb611
commit
bdc1d2c840
2
pom.xml
2
pom.xml
|
@ -983,7 +983,7 @@
|
|||
|
||||
<module>spring-jenkins-pipeline</module>
|
||||
<module>spring-jersey</module>
|
||||
<!-- <module>spring-jinq</module> --> <!-- does not support work with Spring Boot 2.7.2 -->
|
||||
<module>spring-jinq</module>
|
||||
<module>spring-jms</module>
|
||||
|
||||
<module>spring-kafka</module>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
spring.datasource.url=jdbc:h2:~/jinq;;DB_CLOSE_ON_EXIT=FALSE
|
||||
spring.datasource.url=jdbc:h2:~/jinq;DB_CLOSE_ON_EXIT=FALSE
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=create-drop
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
|
Loading…
Reference in New Issue