main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.6 KB
|
Line | |
---|
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/3.3.3/maven-plugin)
|
---|
8 | * [Create an OCI image](https://docs.spring.io/spring-boot/3.3.3/maven-plugin/build-image.html)
|
---|
9 | * [Spring Boot DevTools](https://docs.spring.io/spring-boot/docs/3.3.3/reference/htmlsingle/index.html#using.devtools)
|
---|
10 | * [Spring Web](https://docs.spring.io/spring-boot/docs/3.3.3/reference/htmlsingle/index.html#web)
|
---|
11 | * [Spring Session](https://docs.spring.io/spring-session/reference/)
|
---|
12 | * [Thymeleaf](https://docs.spring.io/spring-boot/docs/3.3.3/reference/htmlsingle/index.html#web.servlet.spring-mvc.template-engines)
|
---|
13 |
|
---|
14 | ### Guides
|
---|
15 | The following guides illustrate how to use some features concretely:
|
---|
16 |
|
---|
17 | * [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
|
---|
18 | * [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
|
---|
19 | * [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
|
---|
20 | * [Handling Form Submission](https://spring.io/guides/gs/handling-form-submission/)
|
---|
21 |
|
---|
22 | ### Maven Parent overrides
|
---|
23 |
|
---|
24 | Due to Maven's design, elements are inherited from the parent POM to the project POM.
|
---|
25 | While most of the inheritance is fine, it also inherits unwanted elements like `<license>` and `<developers>` from the parent.
|
---|
26 | To prevent this, the project POM contains empty overrides for these elements.
|
---|
27 | If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.