mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Add openrewrite
This commit is contained in:
parent
c36452a2c3
commit
d687150b6d
8 changed files with 19 additions and 0 deletions
0
mvnw
vendored
Executable file → Normal file
0
mvnw
vendored
Executable file → Normal file
19
pom.xml
19
pom.xml
|
@ -206,6 +206,25 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.openrewrite.maven</groupId>
|
||||
<artifactId>rewrite-maven-plugin</artifactId>
|
||||
<version>5.34.0</version>
|
||||
<configuration>
|
||||
<exportDatatables>true</exportDatatables>
|
||||
<activeRecipes>
|
||||
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
||||
</activeRecipes>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.openrewrite.recipe</groupId>
|
||||
<artifactId>rewrite-spring</artifactId>
|
||||
<version>5.13.2</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<reporting>
|
||||
|
|
0
sonar-project.properties
Executable file → Normal file
0
sonar-project.properties
Executable file → Normal file
0
src/main/java/org/springframework/samples/petclinic/owner/Pet.java
Executable file → Normal file
0
src/main/java/org/springframework/samples/petclinic/owner/Pet.java
Executable file → Normal file
0
src/main/java/org/springframework/samples/petclinic/system/CacheConfig.java
Executable file → Normal file
0
src/main/java/org/springframework/samples/petclinic/system/CacheConfig.java
Executable file → Normal file
0
src/main/java/org/springframework/samples/petclinic/visit/Visit.java
Executable file → Normal file
0
src/main/java/org/springframework/samples/petclinic/visit/Visit.java
Executable file → Normal file
0
src/main/resources/templates/fragments/layout.html
Executable file → Normal file
0
src/main/resources/templates/fragments/layout.html
Executable file → Normal file
0
src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java
Executable file → Normal file
0
src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java
Executable file → Normal file
Loading…
Reference in a new issue