Skip to content

Commit 8aa619a

Browse files
authored
Add files via upload
1 parent 685a9cd commit 8aa619a

File tree

23 files changed

+766
-29
lines changed

23 files changed

+766
-29
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Getting Started
2+
3+
### Reference Documentation
4+
For further reference, please consider the following sections:
5+
6+
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
7+
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/4.0.1/maven-plugin)
8+
* [Create an OCI image](https://docs.spring.io/spring-boot/4.0.1/maven-plugin/build-image.html)
9+
* [Spring Web](https://docs.spring.io/spring-boot/4.0.1/reference/web/servlet.html)
10+
11+
### Guides
12+
The following guides illustrate how to use some features concretely:
13+
14+
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
15+
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
16+
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
17+
18+
### Maven Parent overrides
19+
20+
Due to Maven's design, elements are inherited from the parent POM to the project POM.
21+
While most of the inheritance is fine, it also inherits unwanted elements like `<license>` and `<developers>` from the parent.
22+
To prevent this, the project POM contains empty overrides for these elements.
23+
If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.
24+

Design Patterns/Chain of Responsibility/sentinel/mvnw

Lines changed: 295 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)