8000 GitHub - anishst/JavaSpringBoot: Java Spring Boot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anishst/JavaSpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • run REST API Tests only: mvn test -Dtest=RestAPITest
  • run Cucumber tests: mvn test

To Do

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

About

Java Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0