My First Spring-Boot Project(1)-CREAT

First of all, open the IDE -----> IDEA

click File ->New Project

My First Spring-Boot Project(1)-CREAT

 

Choose the basic spring-boot version. now I choose 2.1.0 M2, although i don't known the differences between them.

Dependencies : choose what you need ,or you can choose little but add later.

My First Spring-Boot Project(1)-CREAT

 My First Spring-Boot Project(1)-CREAT

Aspect use for showing the processing message while a request is dealing. very useful for debugging.

My First Spring-Boot Project(1)-CREAT

Alright, it's already provided here.

My First Spring-Boot Project(1)-CREAT

My First Spring-Boot Project(1)-CREAT

now set the Gradle Environment.

My First Spring-Boot Project(1)-CREAT

there is a POINT :

My First Spring-Boot Project(1)-CREAT

what's the difference?

 

SpringBoot v2.1.0.M2 needs Gradle 4.0 above. 

so choose 

 My First Spring-Boot Project(1)-CREAT

Download too much...

My First Spring-Boot Project(1)-CREAT

before:

My First Spring-Boot Project(1)-CREAT

after: still have no folder for src and webapp

My First Spring-Boot Project(1)-CREAT

 Well create Folders and files , but you must obey these rules:

 My First Spring-Boot Project(1)-CREAT

rebuild:

My First Spring-Boot Project(1)-CREAT

OK, finally something came out. promotion!

My First Spring-Boot Project(1)-CREAT

Which one needs to put in ?

These two:

My First Spring-Boot Project(1)-CREAT

Can We  Run Now?

try:

My First Spring-Boot Project(1)-CREAT

My First Spring-Boot Project(1)-CREAT

Nothing we can see. But its too late , see you tomorrow! Have a nice day.

 

My First Spring-Boot Project(1)-CREAT