refactoring
This commit is contained in:
Binary file not shown.
8
bin/deploy
Executable file
8
bin/deploy
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# deploy the server
|
||||
#
|
||||
# usage:
|
||||
# deploy server/target/ejb-uebung-1.0-SNAPSHOT.jar
|
||||
|
||||
cp -v "$1" "$WILDFLY_BASE_DIR/deployments/"
|
||||
6
bin/run
Executable file
6
bin/run
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# usage
|
||||
# run org.example.demo.uebung1.aufgabe16.Client
|
||||
|
||||
(cd client && mvn clean compile && mvn exec:java -Dexec.mainClass="$1")
|
||||
Reference in New Issue
Block a user