mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 13:40:50 +02:00
init.sh: Fixed folder issue with application.properties
This commit is contained in:
parent
40fe825c09
commit
22355b8b64
1 changed files with 1 additions and 0 deletions
1
init.sh
1
init.sh
|
@ -5,6 +5,7 @@ source ./db/db.sh
|
|||
generate_properties()
|
||||
{
|
||||
url="$1/src/main/resources/application.properties"
|
||||
mkdir -p "$1/src/main/resources"
|
||||
echo -e "server.port=$port
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/service-architecture
|
||||
spring.datasource.username=$user
|
||||
|
|
Loading…
Add table
Reference in a new issue