mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
just removed comments
This commit is contained in:
parent
154a47cd40
commit
4eccaf1e91
2 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
### PetClinic Db creation script
|
|
||||||
|
|
||||||
MyUSER="$1"
|
MyUSER="$1"
|
||||||
MyPASS="$2"
|
MyPASS="$2"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
# PetClinic appliaction deployment script
|
|
||||||
TMPDIR=/tmp/arm-workdir
|
TMPDIR=/tmp/arm-workdir
|
||||||
PROPFILE=$TMPDIR/petclinic/WEB-INF/classes/spring/data-access.properties
|
PROPFILE=$TMPDIR/petclinic/WEB-INF/classes/spring/data-access.properties
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue