Skip to content

Commit

Permalink
Merge pull request springside#396 from diguage/master
Browse files Browse the repository at this point in the history
将Bash脚本加上统一的后缀,增加两个Bash脚本
  • Loading branch information
calvin1978 committed Oct 7, 2014
2 parents 6d17cdd + 2efeed0 commit 41c0e80
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 0 deletions.
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.
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 quick-start → quick-start.sh
100644 → 100755
File renamed without changes.
5 changes: 5 additions & 0 deletions support/h2/h2-console.sh
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
5 changes: 5 additions & 0 deletions support/maven-archetype/install.sh
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

0 comments on commit 41c0e80

Please sign in to comment.