摘要:
官网地址 http://tomcat.apache.org/whichversion.html Java8 用Tomcat 8.5.x 就很好 提升 Adds support for HTTP/2 (requires the Tomcat Native library) Adds support f 阅读全文
摘要:
保存Session 在Configuration中添加sftp的信息 然后修改ssh configuration 修改完后,测试一下,成功后,点击OK即可 阅读全文
摘要:
转自 https://www.cnblogs.com/zxlrd/p/5344071.html <!--声明语句--> <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/POM/4.0.0" 阅读全文
摘要:
指定版本 <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>2.2.2.RELEASE</version> </plugin> 阅读全文
摘要:
阿里云镜像地址 https://maven.aliyun.com/mvn/guide pom.xml 在pom.xml文件中project结点下最后面,有个repositories结点,更改里面的url结点中的内容即可 比如说,我是用public仓库 <repositories> <reposito 阅读全文
摘要:
新建项目 选择Spring Initializer 填写和选择相关配置 依赖选择 Spring boot devtools,热部署工具 Spring configuration processor, 配置处理器,Spring常用yml配置文件,当碰到xml或者properties时,需要解析,就用到 阅读全文