Upgrade spring parent to 2.5.3 and updated readme
This commit is contained in:
parent
814a0cc391
commit
fc4c9ccf4f
18
README.md
18
README.md
@ -1,7 +1,9 @@
|
|||||||
# Custom project from start.vaadin.com
|
# CUBETIQ Fusion
|
||||||
|
|
||||||
This project can be used as a starting point to create your own Vaadin application with Spring Boot.
|
- Spring Boot
|
||||||
It contains all the necessary configuration and some placeholder files to get you started.
|
- Vaadin Fusion (21+)
|
||||||
|
- TypeScript
|
||||||
|
- Java 11
|
||||||
|
|
||||||
## Running the application
|
## Running the application
|
||||||
The project is a standard Maven project. To run it from the command line,
|
The project is a standard Maven project. To run it from the command line,
|
||||||
@ -38,16 +40,6 @@ source directory, contains the server-side Java views</td></tr>
|
|||||||
<tr><td> <code>Application.java</code></td><td>Server entry-point</td></tr>
|
<tr><td> <code>Application.java</code></td><td>Server entry-point</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## Useful links
|
|
||||||
|
|
||||||
- Read the documentation at [vaadin.com/docs](https://vaadin.com/docs/latest/).
|
|
||||||
- Create new projects at [start.vaadin.com](https://start.vaadin.com/).
|
|
||||||
- Search UI components and their usage examples at [vaadin.com/components](https://vaadin.com/components).
|
|
||||||
- Find a collection of solutions to common use cases in [Vaadin Cookbook](https://cookbook.vaadin.com/).
|
|
||||||
- Find Add-ons at [vaadin.com/directory](https://vaadin.com/directory).
|
|
||||||
- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/vaadin) or join our [Discord channel](https://discord.gg/MYFq5RTbBn).
|
|
||||||
- Report issues, create pull requests in [GitHub](https://github.com/vaadin/).
|
|
||||||
|
|
||||||
## Deploying using Docker
|
## Deploying using Docker
|
||||||
|
|
||||||
To build the Dockerized version of the project, run
|
To build the Dockerized version of the project, run
|
||||||
|
2
pom.xml
2
pom.xml
@ -17,7 +17,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>2.4.5</version>
|
<version>2.5.3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
Loading…
Reference in New Issue
Block a user