Skip to content

Commit 63198e4

Browse files
committed
info to build / run in README
1 parent 1d1f2ed commit 63198e4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Added
1111

12+
- info to build / run in README
1213
- quarkus native image build support
1314
- fj-daogen-version set to 1.6.3 (native reflect config generation)
1415
- lombok version 1.18.30

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
Start in dev mode
1818

1919
```shell script
20-
mvn compile quarkus:dev
20+
mvn compile quarkus:dev -Duser.timezone=UTC -Dfile.encoding=UTF-8
2121
```
2222

2323
Open [dev ui](http://localhost:8080/q/dev-ui/) or sample [API Page](http://localhost:8080/)
2424

2525
## Java package version
2626

2727
```shell script
28-
mvnw pacakge
28+
mvn pacakge
2929
```
3030

3131
## Docker container (jvm version)
@@ -54,7 +54,7 @@ mvn install -Dnative
5454
Run :
5555

5656
```shell script
57-
./target/fj-daogen-quarkus-demo-*-runner
57+
./target/fj-daogen-quarkus-demo-*-runner -Duser.timezone=UTC -Dfile.encoding=UTF-8
5858
```
5959

6060
## Project creation script

0 commit comments

Comments
 (0)