Skip to content

yingw/bootiful-adminlte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bootiful AdminLTE

integrate with Spring Boot and AdminLTE in 3 ways:

  1. static
  2. Webjars
  3. Bower

Choose one you familiar with.

More detailed instruction: Blog

1. static

Clone project

git clone https://github.com/yingw/bootiful-adminlte.git

Download AdminLTE release

wget https://github.com/almasaeed2010/AdminLTE/archive/v2.4.3.zip
unzip v2.4.3.zip

Copy bower_components folder to projects' src/main/resources/static folder

cp v2.4.3/bower_components bootiful-adminlte/src/main/resources/static/

7000+ files, slow coping, wait...

Run

mvn spring-boot:run

2. webjars

Or we can use webjars to avoid the download, checkout branch

git checkout webjars

Run

mvn spring-boot:run

No need bower_components folder.

3. bower

Checkout branch

git checkout branch

Run

mvn spring-boot:run

This will auto download all components in src/main/resources/static folder then run.

Tips

If you'd like to use the static solution, you can first checkout bower branch and run mvn package to auto-download all files needed then check back.

git checkout bower
mvn package
git checkout master

About

integrate with Spring Boot and AdminLTE in 3 ways

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published