8000 GitHub - llimon/springboot-jsp: Spring Boot Hello World Example with JSP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

llimon/springboot-jsp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Hello World Example with JSP

Sample Java application for testing workflows with KubeAM

Based on

https://hellokoding.com/spring-boot-hello-world-example-with-jsp/

What you'll need

  • JDK 1.7 or later
  • Maven 3 or later

Stack

  • Spring Boot
  • Java

Run localy

mvn spring-boot:run

Build Docker

mvn package docker build . -t localhost:5000/springboot-jsp

Run Docker

docker run --rm -d -p 8080:8080 localhost:5000/springboot-jsp

About

Spring Boot Hello World Example with JSP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.4%
  • HTML 13.6%
0