My First Spring-Boot Project(1)
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.
My First Spring-Boot Project(1)