File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717Start 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
2323Open [ 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
5454Run :
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
You can’t perform that action at this time.
0 commit comments