Newer
Older
SampleSpringSecurity2 / README.md
yhornisse on 30 May 2023 265 bytes init project

ビルド

$ ./gradlew bootJar

起動

  • 起動
    $ ./gradlew bootRun
  • jar起動
    $ java -jar build/libs/SampleSpring-0.0.1-SNAPSHOT.jar

サンプルアクセス

$ curl http://localhost:8080/sample/hello
{"msg":"hello"}%
$