https://github.com/sanogotech/bootifystarter
Bootify Spring Boot REST API with database in minutes
https://github.com/sanogotech/bootifystarter
bootify database java jpa rest-api spring-boot
Last synced: 2 months ago
JSON representation
Bootify Spring Boot REST API with database in minutes
- Host: GitHub
- URL: https://github.com/sanogotech/bootifystarter
- Owner: sanogotech
- Created: 2022-09-27T09:11:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T15:28:25.000Z (over 2 years ago)
- Last Synced: 2025-02-09T00:17:26.167Z (4 months ago)
- Topics: bootify, database, java, jpa, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BootifyStarter
Bootify Spring Boot REST API with database in minutes## Urls
- https://bootify.io/## Docs
- https://www.axopen.com/blog/2021/10/webpack-projet-front-end-tuto/## MyApp
This app was created with Bootify.io - more documentation [can be found here](https://bootify.io/docs/). Feel free to contact us for further questions.
## API SWAGGER
- http://localhost:8080/swagger-ui/index.html## Build
The application can be built using the following command:
```
mvnw clean package
```Node.js is automatically downloaded using the `frontend-maven-plugin` and the final JS/CSS files are integrated into the jar.
The application can then be started with the following command - here with the profile `production`:
```
java -Dspring.profiles.active=production -jar ./target/my-app-0.0.1-SNAPSHOT.jar
```## Further readings
* [Maven docs](https://maven.apache.org/guides/index.html)
* [Spring Boot reference](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/)
* [Spring Data JPA reference](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/)
* [Thymeleaf docs](https://www.thymeleaf.org/documentation.html)
* [Webpack concepts](https://webpack.js.org/concepts/)
* [npm docs](https://docs.npmjs.com/)
* [Bootstrap docs](https://getbootstrap.com/docs/5.2/getting-started/introduction/)