stumpner / myspringbootskeleton

My Skeleton for building CRUD Springboot Web Applications with bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Skeleton for building Springboot Applications

This repository should be a skeleton for web applications with spring framework with mongodb as the database and bootstrap as the front-end framework.

Feel free to use this skeleton for building your own web application.

Getting startet

  • Open the build.gradle as new project in your favorite IDE
  • Start a mongodb docker container: docker run -it -p 27017:27017 --name mongodb -d mongo
  • run the gradle task bootRun to start the skeleton sample application on your host gradlew bootRun
  • point your favorite browser to localhost:8080/
  • start developing your database webapplication

License

This project is licensed under the Apache 2 License - see the LICENSE file for details

Copyright 2020 by Franz STUMPNER (franz@stumpner.com)

About

My Skeleton for building CRUD Springboot Web Applications with bootstrap

License:Apache License 2.0


Languages

Language:HTML 56.5%Language:Java 43.5%