We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729e25b commit e74d35cCopy full SHA for e74d35c
1 file changed
empire-db-examples/empire-db-example-spring-boot/README.md
@@ -24,8 +24,7 @@ Instead of `config.xml` all configuration can be found in `application.yml`.
24
This example builds an executable JAR you can build and execute from this folder like this:
25
26
```sh
27
-$ mvn clean install
28
-$ java -jar target/empire-db-example-spring-boot-3.0.0-SNAPSHOT.jar
+$ mvn clean spring-boot:run
29
```
30
31
An embedded hsqldb is used by default.
0 commit comments