Skip to content

untitled-engineer/spring-boot-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cp src/main/resources/application-dev.yaml.example src/main/resources/application-dev.yaml
./mvnw spring-boot:run

Alternatively, you can build the JAR file with

./mvnw clean package 

and then run the JAR file, as follows:

java -jar target/${appName}-0.1.0.jar

The steps described here create a runnable JAR.

You can also build a classic WAR file. Logging output is displayed. The application should be up and running within a few seconds.

todo add captcha https://www.youtube.com/watch?v=7cDpbAbhyjc&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=14

deploy guide https://www.youtube.com/watch?v=wj7j92w2eLw&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=15

Lit-element on ts https://www.youtube.com/watch?v=qAeHg8xBbmI

About

An Starter Kit Web Application on Spring Boot, Web, Security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors