Skip to content

Commit

Permalink
[1.4.2] - 2024-04-21
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Apr 21, 2024
1 parent 264a398 commit edc34b1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.2] - 2024-04-21

### Changed

- instruction for uber jar
- quarkus-version 3.9.4

## [1.4.1] - 2024-03-30
Expand Down
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,34 @@ Open [dev ui](http://localhost:8080/q/dev-ui/) or sample [API Page](http://local

## Java package version

build :

```shell script
mvn package
```

and run :

```shell script
java -jar target/quarkus-app/quarkus-run.jar
```

## Java package uber jar version

build :

```shell script
mvn package -Dquarkus.package.type=uber-jar
```

and tun :

```shell script
mvn pacakge
java -jar target/fj-daogen-quarkus-demo-*-runner.jar
```



## Docker container (jvm version)

Build :
Expand Down

0 comments on commit edc34b1

Please sign in to comment.