AKAI TSUKI

System development or Technical something

2016-05-06から1日間の記事一覧

Create and Deploy war file

作成したHello Worldのアプリケーション (Hello World (web app) by Java, Maven, SpringBoot and Eclipse - あかいつき) ですが、今度はTomcatにデプロイしてみます。80.1 Create a deployable war file(Spring Boot Reference Guide) を参考に。 Creat…

Hello World (web app) by Java, Maven, SpringBoot and Eclipse

今回はJava、Maven、SpringBoot、Eclipseを使ってHello Worldを試したいと思います。 バージョン Java version "1.8.0_92" Apache Maven 3.3.9 Spring Boot 1.3.3 Mars.2 Release (4.5.2) です。 ブランクプロジェクト SPRING INITIALIZRを利用してベースと…