Skip to content

syedabdullahrahman/spring-boot-adminlte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.3%
  • HTML 44.3%
  • CSS 6.9%
  • Other 0.5%