Skip to content

Commit edc34b1

Browse files
committed
[1.4.2] - 2024-04-21
1 parent 264a398 commit edc34b1

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3660
Build :

0 commit comments

Comments
 (0)