Skip to content

Commit 5a9e773

Browse files
committed
change webapp dir to resources/static
1 parent 88bcff6 commit 5a9e773

18 files changed

Lines changed: 4 additions & 3 deletions

File tree

.bowerrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"directory": "src/main/webapp/bower_components"
2+
"allow_root": true,
3+
"directory": "src/main/resources/static/bower_components"
34
}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ out
88
*.iml
99
*.ipr
1010
*.iws
11-
src/main/webapp/bower_components/
11+
src/main/resources/static/bower_components

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "springblog",
33
"version": "0.0.0",
4-
"appPath": "src/main/webapp",
4+
"appPath": "src/main/resources/static",
55
"testPath": "src/test/javascript/spec",
66
"dependencies": {
77
"jquery": "2.1.4",
File renamed without changes.
File renamed without changes.

src/main/webapp/vendors/bootstrap-paginator-1.0.2/LICENSE renamed to src/main/resources/static/vendors/bootstrap-paginator-1.0.2/LICENSE

File renamed without changes.

src/main/webapp/vendors/bootstrap-paginator-1.0.2/README.md renamed to src/main/resources/static/vendors/bootstrap-paginator-1.0.2/README.md

File renamed without changes.

src/main/webapp/vendors/bootstrap-paginator-1.0.2/js/bootstrap-paginator.min.js renamed to src/main/resources/static/vendors/bootstrap-paginator-1.0.2/js/bootstrap-paginator.min.js

File renamed without changes.

0 commit comments

Comments
 (0)