LoginSignup
0
0

More than 3 years have passed since last update.

Spring Boot を使ったアプリケーション開発

Last updated at Posted at 2020-11-23

Spring.PNG

1, 使用言語

Spring Bootを利用したアプリケーション開発には

1,Groovyによるアプリケーション開発

2,javaによるアプリケーション開発

の大きく2つに分けて考えることができます。

2, Spring Boot CLI の用意

Groovyを利用したアプリケーション開発には、「Spring Boot CLI」というソフトウェアを使います。
環境変数Pathの設定も必要です。

3, Groovy スクリプトを作成

code.png

4, app.groovyを実行する

app.groovyがある場所にカレントディレクトリを移動して、以下のように実行

    spring run app.groovy

helloworld.PNG

5, 実行完了

ブラウザに表示されたら成功です:v:

本格的な開発にはJavaを使うので次回は、Javaを使った開発を進めていきます:airplane:

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0