Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.25 KB

weather-surve

Open Weather Mapから天気情報を取得して、Ambientでグラフ化します。
(Get Weather Information form "Open Weather Map" and graphed in "Ambient")

SpringBoot Lombok Jackson

Video1

Open Weather Map
Ambient

必要要件 (Requirement)

  • Java 8 以降 (Java 8 or higher)
  • Maven

使い方 (Usage)

  1. application.ymlを編集して、WEBサービスの接続情報を記入してください。
    (Edit application.yml and fills connect information of WEB service)

  2. 実行 (Execute)

    • VS Code上で実行 (Run on VS Code)
      App.javaファイルを右クリックして実行 (Right-click on the App.java and run)

    • ターミナル上で実行 (Run on Terminal)

      mvn clean package
      java -jar weather-surve-1.0.jar

      jarとapplication.ymlファイルを同一フォルダに置いてから実行 (Put jar and application.yml files in same folder and run)