04 2018 档案
摘要:spring boot模块拆分之后,总是报404 研究了一下午才发现需要修改2个地方 第二个修改的地方是
阅读全文
摘要:[INFO] Final Memory: 17M/225M[INFO] [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.0.RELEASE:repackage (default)
阅读全文
摘要:第一步:ctrl+shift+p快捷键 第二步:install package 第三步:输入插件的名称 步骤演示 2、安装pretty json cmd + shift +p,输入install package,打开包管理器。 输入 pretty json 回车,稍等片刻即可完成安装(无需重启编辑器
阅读全文
摘要:map遍历方式 第一种: public class Test1 { public static void main(String[] args) throws Throwable { Map<String, Integer> map=new HashMap<>(); String[] strings
阅读全文
摘要:public class Test1 { public static void main(String[] args) throws Throwable { Map<String, Integer> map=new HashMap<>(); String[] strings={"abc","bb",
阅读全文