Skip to content

robinsadeghpour/springbootapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springbootapp

This is a basic spring boot application.

Links

Features

  • Spring Boot
  • Different configurations for Dev and Prod as Spring Profiles
    • dev -> port 8000
    • prod -> port 9000
  • Embedded MongoDB
  • Embedded Jetty Server
  • REST API with CRUD Operations
  • REST API which gives all users by a specific name
  • Docker
  • Publish Docker Image to Dockerhub via Github Action and Github Release