syedabdullahrahman / spring-boot-adminlte

A Spring Boot AdminLTE template with Keycloak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 48.4%Language:HTML 44.3%Language:CSS 6.9%Language:Java 0.3%Language:PHP 0.1%Language:SCSS 0.1%