https://github.com/mutualmobile/praxisspringboot
https://github.com/mutualmobile/praxisspringboot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mutualmobile/praxisspringboot
- Owner: mutualmobile
- Created: 2022-01-10T13:34:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T07:55:12.000Z (over 4 years ago)
- Last Synced: 2025-01-13T06:26:33.261Z (over 1 year ago)
- Language: Kotlin
- Size: 117 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```