Skip to content

Commit

Permalink
Merge pull request khoubyari#11 from dirkaholic/update-readme
Browse files Browse the repository at this point in the history
Method of activating profile has changed
  • Loading branch information
khoubyari authored Feb 15, 2018
2 parents c8c6a74 + aa2a86c commit fefb2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ hotel.service:
```
java -jar -Dspring.profiles.active=mysql target/spring-boot-rest-example-0.4.0.war
or
mvn spring-boot:run -Drun.arguments="spring.profiles.active=mysql"
mvn spring-boot:run -Drun.jvmArguments="-Dspring.profiles.active=mysql"
```

# Attaching to the app remotely from your IDE
Expand Down

0 comments on commit fefb2c2

Please sign in to comment.