Skip to content

j4v1ng/hitthegroundrunning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hitthegroundrunning

This project is an already configured gradle + springboot project to quickly start development of proof of concepts or spikes in java.

Libraries included:

  • spring mvc
  • spring boot
  • apache commons lang 3
  • slf4j
  • unirest
  • json-io
  • junit
  • mockito
  • assertj
  • jsonassert

How to prepare this template for use

1- The first thing you need to do, is to copy this repos url


img1.png

2- Go to the terminal and clone it


img2.png

3- Rename the project


img3.png

4- Delete the docs folder(It just contains the images of this readme)



5- Open project in IntelliJ


img4.png

6- Link intellij gradle project


img5.png

7- Use the local gradle distribution


img6.png

8- Set SDK


img7.png

9- Select Java


img8.png

10- Run smoke test


img9.png

11- Setup Spring faucet


img10.png




How to run from terminal during development
  • Navigate to the project
  • run gradle wrapper(only first time)
  • run ./gradlew clean build
  • run ./gradlew bootRun

About

An already configured gradle + springboot project to quickly start development of proof of concepts or spikes in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages