Although more and more domestic excellent technical products have gone abroad , But for developers in many fields , Still very strong dependence on foreign basic resources . therefore , Some basic network skills are always what we need to master , But the problems of speed and stability have always bothered us .
therefore , To the public today Java Developers recommend two speed boosters :Maven Domestic image and Spring Domestic scaffolding of !
Maven Domestic image of
Official website address :http://maven.aliyun.com/
For each of these Java development , There must have been times when we couldn’t rely on them . therefore , It is strongly recommended that you install the development environment , Just configure Alibaba’s domestic image , Save unnecessary troubles in the future .
Configuration is simple , Just find Maven Of setting.xml
file , Then add Alibaba cloud’s warehouse configuration to the image configuration , As follows :
<mirrors>
<mirror>
<id>aliyunmaven</id>
<mirrorOf>*</mirrorOf>
<name> Alibaba cloud public warehouse </name>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>
</mirrors>
Spring Domestic scaffolding of
Official website address :https://start.aliyun.com/
Spring The domestic scaffold of alibaba.com is a customized version of Alibaba middleware recently released Spring Initializr, Thanks to friendly Chinese and fluent speed , Be concerned by the majority of developers and heat transfer .
Use Spring Of Java Developers can easily create a basic Spring Boot project , And bring in all the things you need Spring Boot Starter Component or Spring Cloud Various functions of .
besides , In fact, we can also use it for IDEA In the new project of , To speed up the original way of creation . Easy to operate , Just the next two steps :
First step : Select from the menu first “File” – “New” – “Project…”
The second step : Select from item types on the left “Spring Initializr”, You can see on the right that the mode uses Spring Official scaffolding address , We just need to choose custom, Then fill in https://start.aliyun.com/
, Click on “Next”!
Be accomplished ! As like as two peas in the previous guidelines, , But the metadata acquisition and generation process of the components of the project is no longer through the official website address far away from abroad , To be closer to us 、 Better service start.aliyun.com
了 .
These environments are all set , Is it cool ? Cool, then you can start to learn ! Last , I recommend two long-term maintenance tutorials :
- Spring Boot Basic course
- Spring Cloud Basic course
First text : At home Java Two magic tools for developers :Maven Domestic image and Spring Domestic scaffolding
Welcome to my official account. : Program the ape DD, Get exclusive learning resources and daily dry goods push .
If you are interested in my topic content , You can also follow my blog :didispace.com