Upgrade spring parent to 2.5.3 and updated readme

This commit is contained in:
Sambo Chea 2021-07-25 18:22:14 +07:00
parent 814a0cc391
commit fc4c9ccf4f
2 changed files with 6 additions and 14 deletions

View File

@ -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.
It contains all the necessary configuration and some placeholder files to get you started.
- Spring Boot
- Vaadin Fusion (21+)
- TypeScript
- Java 11
## Running the application
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>&nbsp;&nbsp;&nbsp;&nbsp;<code>Application.java</code></td><td>Server entry-point</td></tr>
</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
To build the Dockerized version of the project, run

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.5</version>
<version>2.5.3</version>
</parent>
<repositories>