Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beneite/springbootbasics
This repo contains the basics of spring boot, how to create APIs, JDBC
https://github.com/beneite/springbootbasics
controller mvc-architecture rest-api spring-boot
Last synced: about 2 months ago
JSON representation
This repo contains the basics of spring boot, how to create APIs, JDBC
- Host: GitHub
- URL: https://github.com/beneite/springbootbasics
- Owner: beneite
- Created: 2024-07-14T01:52:01.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T15:08:49.000Z (3 months ago)
- Last Synced: 2024-10-23T19:12:34.907Z (3 months ago)
- Topics: controller, mvc-architecture, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 563 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repo contains the basics of Sprint boot. Below are the content for all packages:
- [sampleCode readme link](src/main/java/com/springgroup/sampleCode/sampleApiInfo.md): For beginners
- [springboot_rest_api](src/main/java/com/springgroup/springboot_rest_api/projectInfo.md) : this module has the APIs through which we do CRUD operations# Read Me First
The following was discovered as part of building this project:
* The original package name 'com.springgroup.springboot-rest-api' is invalid and this project uses '
com.springgroup.springboot_rest_api' instead.# Getting Started
### Reference Documentation
For further reference, please consider the following sections:
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.3.1/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.3.1/maven-plugin/reference/html/#build-image)
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.3.1/reference/htmlsingle/index.html#web)### Guides
The following guides illustrate how to use some features concretely:
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)### Maven Parent overrides
Due to Maven's design, elements are inherited from the parent POM to the project POM.
While most of the inheritance is fine, it also inherits unwanted elements like `` and `` from the
parent.
To prevent this, the project POM contains empty overrides for these elements.
If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.