项目作者: anishst

项目描述 :
Java Spring Boot
高级语言: Java
项目地址: git://github.com/anishst/JavaSpringBoot.git
创建时间: 2021-02-06T18:49:59Z
项目社区:https://github.com/anishst/JavaSpringBoot

开源协议:

下载


Java Spring Boot

example workflow

Basic Java Spring Boot application

How to Run locally

  1. use IDE or use command: mvnw spring-boot:run from project root

NOTE: port currently set to 8081 in: src/main/resources/application.properties

How to run in Docker

  1. build image: docker build -t myspringboot .
  2. run app: docker run -p 8080:8081 myspringboot

Run Tests

Dependency Injection

Resources

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Report Options

Video Tutorials