Home - Javateappl/Java-Training GitHub Wiki
-
Install OpenJDK
-
SpringBoot - HelloWorld this will explain what is Springboot and build very simple application
-
读取properties
-
Maven proxy modify ~/.m2/setting.xml. if there is no setting.xml file, then copy $M2_HOME/conf/setting.xml to this folder.
-
NPM
npm config set proxy=http://127.0.0.1:8087
npm config set registry=http://registry.npmjs.org
npm config delete proxy
npm config delete https-proxy