JAVA部署在TOMCAT的时候不解压WAR包
第一找到配置文件 进入tomcat/conf下拷出server.xml然后如下 配置<Host appBase="/www/wwwroot/项目路径" autoDeploy="true" name="项目名" unpackWA...
第一找到配置文件 进入tomcat/conf下拷出server.xml然后如下 配置<Host appBase="/www/wwwroot/项目路径" autoDeploy="true" name="项目名" unpackWA...
Mixed Content: The page at 'xxx' was loaded over HTTPS, but requested an insecure resource 'xxx'. This request has been blocked; the content must b...
官方介绍:Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.Never write another getter or...
<build> <finalName>Springmvc</finalName> <plugins> <plugin> <groupId>or...
druid配置介绍:https://github.com/alibaba/druid推荐配置:initialSize 3 初始化配置minIdle 3 最小连接数maxActive 15 最大连接数maxWait 5000 获取连接超时时间(单位:ms)timeBetweenEvictionR...