Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdeleuze/spring-boot-leyden-demo
https://github.com/sdeleuze/spring-boot-leyden-demo
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdeleuze/spring-boot-leyden-demo
- Owner: sdeleuze
- License: apache-2.0
- Created: 2023-09-20T20:28:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T09:23:50.000Z (10 months ago)
- Last Synced: 2024-01-16T04:01:30.815Z (10 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Petclinic demo with Project Leyden premain optimizations (new workflow)
This `spring-boot-leyden-demo` repository intends to allow building a container image based on [Project Leyden](https://openjdk.org/projects/leyden/) `premain` branch and the Spring Data JDBC variant of Petclinic, combined with the [`unpack-executable-jar.sh`]( https://github.com/sdeleuze/spring-petclinic-data-jdbc/blob/cds/unpack-executable-jar.sh) script, leveraging [the proposed new Leyden terminal stage workflow](https://github.com/openjdk/leyden/tree/premain/test/hotspot/jtreg/premain/javac_new_workflow). [Spring AOT optimizations](https://docs.spring.io/spring-boot/docs/current/reference/html/deployment.html#deployment.efficient.aot) are enabled by default.
From within the `spring-boot-leyden-demo` folder, build the container image with:
```
./build.sh
```And run the optimized runs with:
```
./run.sh
```