Skip to content

Commit e74d35c

Browse files
committed
update build and run command
1 parent 729e25b commit e74d35c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • empire-db-examples/empire-db-example-spring-boot

empire-db-examples/empire-db-example-spring-boot/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Instead of `config.xml` all configuration can be found in `application.yml`.
2424
This example builds an executable JAR you can build and execute from this folder like this:
2525

2626
```sh
27-
$ mvn clean install
28-
$ java -jar target/empire-db-example-spring-boot-3.0.0-SNAPSHOT.jar
27+
$ mvn clean spring-boot:run
2928
```
3029

3130
An embedded hsqldb is used by default.

0 commit comments

Comments
 (0)