Skip to content

Commit 2dfbec2

Browse files
committed
updates for Java 23 and Spring Boot 3
1 parent d4bfdac commit 2dfbec2

File tree

390 files changed

+0
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

390 files changed

+0
-0
lines changed

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/HELP.md renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/HELP.md

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/mvnw renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/mvnw

File renamed without changes.

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/mvnw.cmd renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/mvnw.cmd

File renamed without changes.

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/pom.xml renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/pom.xml

File renamed without changes.

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/MvcTestingExampleApplication.java renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/MvcTestingExampleApplication.java

File renamed without changes.

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/ServletInitializer.java renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/ServletInitializer.java

File renamed without changes.

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/controller/GradebookController.java renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/controller/GradebookController.java

File renamed without changes.

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/exceptionhandling/StudentOrGradeErrorResponse.java renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/exceptionhandling/StudentOrGradeErrorResponse.java

File renamed without changes.

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/exceptionhandling/StudentOrGradeNotFoundException.java renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/exceptionhandling/StudentOrGradeNotFoundException.java

File renamed without changes.

4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-02-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/models/CollegeStudent.java renamed to 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis/solution-4.01-01-setting-up-gradebook-controller-test/src/main/java/com/luv2code/springmvc/models/CollegeStudent.java

File renamed without changes.

0 commit comments

Comments
 (0)