-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
23 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
generate-project → generate-project.sh
100644 → 100755
File renamed without changes.
0
modules/core/install → modules/core/install.sh
100644 → 100755
File renamed without changes.
0
modules/extension/install → modules/extension/install.sh
100644 → 100755
File renamed without changes.
0
modules/metrics/install → modules/metrics/install.sh
100644 → 100755
File renamed without changes.
0
modules/parent/install → modules/parent/install.sh
100644 → 100755
File renamed without changes.
0
modules/redis/install → modules/redis/install.sh
100644 → 100755
File renamed without changes.
0
quick-start → quick-start.sh
100644 → 100755
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
echo "[INFO] Open a H2 web console." | ||
|
||
mvn exec:java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
echo "[INFO] Install archetype to local repository." | ||
|
||
mvn clean install |