Skip to content

Commit 4cf02cb

Browse files
Add files via upload
1 parent 4dc886c commit 4cf02cb

33 files changed

Lines changed: 863 additions & 0 deletions

File tree

RestfulCRUDAPI2/HELP.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Read Me First
2+
The following was discovered as part of building this project:
3+
4+
* The JVM level was changed from '1.8' to '17', review the [JDK Version Range](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range) on the wiki for more details.
5+
6+
# Getting Started
7+
8+
### Reference Documentation
9+
For further reference, please consider the following sections:
10+
11+
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
12+
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.1.0/maven-plugin/reference/html/)
13+
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.1.0/maven-plugin/reference/html/#build-image)
14+
* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/3.1.0/reference/htmlsingle/#data.sql.jpa-and-spring-data)
15+
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.1.0/reference/htmlsingle/#web)
16+
17+
### Guides
18+
The following guides illustrate how to use some features concretely:
19+
20+
* [Accessing data with MySQL](https://spring.io/guides/gs/accessing-data-mysql/)
21+
* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)
22+
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
23+
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
24+
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
25+

RestfulCRUDAPI2/mvnw

Lines changed: 308 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)