Skip to content

Demonstration Application for the `What Is Spring` discussion

Notifications You must be signed in to change notification settings

cppwfs/s12022wis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What Is Spring Sample Application

This is a Spring Cloud MVC application that will allow the user to play a fishing game. Each time the user runs http get from http://localhost:8080/cast the result will tell them if they caught a fish or not. This is the demo application for the What is Spring Talk at S1-2022.

Requirements:

  • Java 17 or Above

Classes:

  • Whatisspring - the Spring Boot Main Application

  • FishCastController - the mvc controller that returns the result to the user as to if they caught a fish or not.

Build:

mvn clean package

Run:

java -jar target/whatisspring-0.0.1-SNAPSHOT.jar

Native Build:

mvn -Pnative native:compile

Native Run:

./target/whatisspring

About

Demonstration Application for the `What Is Spring` discussion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages