tacsotai / nextgen

sample for next generation
MIT License
0 stars 1 forks source link

Init Project #1

Open tacsotai opened 3 days ago

tacsotai commented 3 days ago

Init project by spring initializer https://spring.io/quickstart

tacsotai commented 3 days ago

Articact: nextgen Name: nextgen Java version: 21

SpringInitializer

tacsotai commented 3 days ago

Init for Ubuntu

In detail, see https://spring.io/quickstart

OpenJDK 21 Install

sudo apt install -y openjdk-21-jdk

Version Check

java -version
openjdk version "21.0.3" 2024-04-16
OpenJDK Runtime Environment (build 21.0.3+9-Ubuntu-1ubuntu122.04.1)
OpenJDK 64-Bit Server VM (build 21.0.3+9-Ubuntu-1ubuntu122.04.1, mixed mode, sharing)

Git Clone

hogehoge is forked by github.com:tacsotai/nextgen.git

git clone git@github.com:hogehoge/nextgen.git

Run

cd nextgen
./gradlew bootRun

Check

Access by your browser

http://localhost:8080/hello