WorkingTipsForArchLinuxSpring
Mar 10, 2018
Technology
Installation
Install the following packages:
$ sudo pacman -S maven community/intellij-idea-community-edition
$ sudo pacman -S jdk8-openjdk jdk9-openjdk
$ sudo archlinux-java set java-9-openjdk
$ archlinux-java status
Since the intellij wants jdk8 or newer, you have to install newer jdk implementation.
Correct: the community edition didn’t have the spring boot support, use the ultimate edition:
$ yaourt intellij-idea-ultimate-edition
扫盲
什么是spring boot
spring boot 致力于简洁,让开发者写更少的配置,程序能够更快的运行和启动。它是下一代javaweb框架,并且它是spring cloud(微服务)的基础。
spring boot
Create new project:
Plugins:
Import project:
mvn aliyun configuration
In /opt/maven/conf
.