An open API service indexing awesome lists of open source software.

https://github.com/mutualmobile/praxisspringboot


https://github.com/mutualmobile/praxisspringboot

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Spring Boot Kotlin Base Project
===============
This is the WIP project for production ready using spring boot technology stack.

🚧 Swagger and openapi docs integration http://localhost:5001/swagger-ui/index.html

Spring Frameworks used
----------
1. [Spring Boot](https://projects.spring.io/spring-boot/)
2. [Spring Boot Actuator](https://spring.io/guides/gs/actuator-service/)
3. [Spring Data JPA](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/)
4. [Spring Data REST](https://projects.spring.io/spring-data-rest/)
5. [Hibernate](http://hibernate.org/)
6. [Spring REST Docs](https://projects.spring.io/spring-restdocs/)

Prerequisite
-------------
1. Kotlin
2. H2 DB
3. Maven

Getting started
-----------
1. Clone this project
2. Run following command
```sh
mvn install
```
3. Run project and Enjoy!
```sh
mvn spring-boot:run
```