SpringBoot Day1: properties

Arthur Lee
1 min readFeb 23, 2019

--

Let’s create a simple Spring Boot application: Hello World

Create a Maven project in Intellij

Using application.properties

Write a simple class

Generate target/ folder

type mvn clean package

Run the jar file in target/

java -jar ./target/SpringTest-1.0-SNAPSHOT.jar

Open a chrome to see the result

--

--

Arthur Lee
Arthur Lee

Written by Arthur Lee

An machine learning engineer in Bay Area in the United States

No responses yet