Home - Javateappl/Java-Training GitHub Wiki

  1. SpringBoot - HelloWorld this will explain what is Springboot and build very simple application

    Hello World

  2. 读取properties

    how to read properties

  3. Maven proxy modify ~/.m2/setting.xml. if there is no setting.xml file, then copy $M2_HOME/conf/setting.xml to this folder.

  4. 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