Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purefuncinc/jcconf-2023-sample
https://github.com/purefuncinc/jcconf-2023-sample
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/purefuncinc/jcconf-2023-sample
- Owner: PureFuncInc
- Created: 2023-10-05T07:41:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T05:07:47.000Z (about 1 year ago)
- Last Synced: 2023-10-07T04:31:43.810Z (about 1 year ago)
- Language: HTML
- Size: 3.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jcconf-2023-sample
# Prerequisites
* [SDKMAN](https://sdkman.io/)
* Install Specific JDK by SDKMAN
* sdk list java
* sdk install java 17.0.8-ms
* sdk install java 21-graalce
* vi ~/.bashrc
```bash
export GRAALVM_HOME="$HOME/.sdkman/candidates/java/17.0.8-graalce"
export PATH=${GRAALVM_HOME}/bin:$PATH
```# Spring
* [Spring Initializr](https://start.spring.io/) or using Intellij IDEA
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/s1.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/s2.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/s3.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/s4.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/s5.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/c1.png)# Quarkus
* [Quarkus Initializr](https://code.quarkus.io/) or using Intellij IDEA
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/q1.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/q2.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/q3.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/q4.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/q5.png)
![](https://raw.githubusercontent.com/PureFuncInc/jcconf-2023-sample/main/assets/c1.png)