Skip to content
 
 

Latest commit

 

History

109 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot and Thymeleaf Example with Externalization with different Environments

Build a simple Hello World application using Spring Boot and Thymeleaf

Requirements

  1. Java - 8
  2. Maven

Steps to setup

1. Clone the application

git clone git@github.com:syedabdullahrahman/spring-boot-adminlte.git

2. Build and run the app using maven

cd [---project directory---]
mvn package
java -jar target/[---Jar Name---].jar

You can also run the app using cmd from project root directory without packaging it using -

mvn spring-boot:run

Navigate to:

http://localhost:[PORT in appliction.properties]

Login with: admin and master@admin

Screenshots

  • Login

login

  • Dashboard

dasboard

About

A Spring Boot AdminLTE template with Keycloak

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages