美文网首页Spring Boot
My First Spring-Boot Project(1)

My First Spring-Boot Project(1)

作者: Benson_Lim | 来源:发表于2018-09-13 10:12 被阅读0次

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

click File ->New Project

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.

Aspect use for showing the processing message while a request is dealing. very useful for debugging. Alright, it's already provided here.

now set the Gradle Environment.

there is a POINT :

what's the difference?

SpringBoot v2.1.0.M2 needs Gradle 4.0 above. 

so choose 

Download too much...

before:

after: still have no folder for src and webapp

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

rebuild:

OK, finally something came out. promotion!

Which one needs to put in ?

These two:

Can We  Run Now?

try:

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

thing

相关文章

网友评论

    本文标题:My First Spring-Boot Project(1)

    本文链接:https://www.haomeiwen.com/subject/zasbgftx.html