File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.4.2] - 2024-04-21
11+
1012### Changed
1113
14+ - instruction for uber jar
1215- quarkus-version 3.9.4
1316
1417## [ 1.4.1] - 2024-03-30
Original file line number Diff line number Diff line change @@ -27,10 +27,34 @@ Open [dev ui](http://localhost:8080/q/dev-ui/) or sample [API Page](http://local
2727
2828## Java package version
2929
30+ build :
31+
32+ ``` shell script
33+ mvn package
34+ ```
35+
36+ and run :
37+
38+ ``` shell script
39+ java -jar target/quarkus-app/quarkus-run.jar
40+ ```
41+
42+ ## Java package uber jar version
43+
44+ build :
45+
46+ ``` shell script
47+ mvn package -Dquarkus.package.type=uber-jar
48+ ```
49+
50+ and tun :
51+
3052``` shell script
31- mvn pacakge
53+ java -jar target/fj-daogen-quarkus-demo- * -runner.jar
3254```
3355
56+
57+
3458## Docker container (jvm version)
3559
3660Build :
You can’t perform that action at this time.
0 commit comments