Skip to content

Commit 3ffd1d9

Browse files
committed
work
1 parent b3974d8 commit 3ffd1d9

40 files changed

+288
-426
lines changed

.idea/dataSources.local.xml

Lines changed: 1 addition & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.xml

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
#source src/main/bash/setenv.sh
4+
source ~/.bash_aliases_simpleworklist
5+
6+
./mvnw clean install spring-boot:repackage
7+
8+
sudo cp -f target/simpleworklist.war /var/lib/tomcat9/webapps/

0 commit comments

Comments
 (0)