Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lwluc committed Nov 10, 2023
1 parent 61066a3 commit a460287
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ target/
.settings
.springBeans
.sts4-cache
.DS_Store

### IntelliJ IDEA ###
.idea
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ and convert it to [XES](https://xes-standard.org/) for Predictive Process Monito
* [🚀 Getting Started](#-getting-started)
* [Execute native-image](#execute-native-image)
* [Configuring `application.yaml`](#configuring-applicationyaml)
* [👨‍💻 Develop Guide](#-develop-guide)
* [Build Native Image](#build-native-image)
* [👨‍💻 Developer's Guide](#-developers-guide)
* [Building a Native Image](#building-a-native-image)

# ✨Features

Expand Down Expand Up @@ -87,6 +87,9 @@ $ ./mvnw spring-boot:run

## Building a Native Image

> **🚀📚 Requirements:**
> * Java 21
Usually, running `./mvnw clean native:compile -Pnative` should be all you need to create the native image. 🚀

However, there's a little twist 🌀 – due to some reflection magic happening in the OpenXES Library, we'll need to
Expand Down

0 comments on commit a460287

Please sign in to comment.