既使用maven编译,又使用lib下的Jar包
摘要:<configuration> <source>1.8</source> <target>1.8</target> <encoding>utf-8</encoding> <compilerArguments> <verbose /> <bootclasspath>${env.JAVA_HOME}/j
阅读全文
Spring boot配置文件 application.properties
摘要:http://www.tuicool.com/articles/veUjQba 本文记录Spring Boot application.propertis配置文件的相关通用属性
阅读全文