Skip to content

A simple web application based on Spring Boot presented by me on JUGademy meetup.

Notifications You must be signed in to change notification settings

mkopylec/spring-boot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot demo

A simple web application based on Spring Boot presented by me on JUGademy meetup.

Running application

To start the application go to the root directory and type:

./gradlew bootRun

To view it in a web browser go to a http://localhost:8080/persons-creator URL.

The application uses embedded MongoDB as database so you don't need to install MongoDB on your own.

Running automatic test

To run test download the Firefox web browser and the geckodriver. Install Firefox and unpack geckodriver executable file. Now run test by typing:

./gradlew test -Dwebdriver.gecko.driver="Absolute path to geckodriver executable file"

The test is slowed down intentionally for demonstration purpose.

About

A simple web application based on Spring Boot presented by me on JUGademy meetup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published