- 博客(3)
- 收藏
- 关注
原创 springboot打war包上线
1.排除starter-web自带的tomcat <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <groupId>org.spr
2020-06-23 18:40:21 161
原创 一个tomcat服务单独控制多个项目启停
1.配置server.xml文件 <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="%h %l %u %t "%r" %s %b" /> 2.将项目的war包放入webapps目录下 3.修改t
2020-06-23 18:25:49 1098
原创 springboot发邮件
1.导入依赖 org.springframework.boot spring-boot-starter-mail 2.配置文件 spring: mail: host: smtp.qq.com #发送邮件服务器 username: xxxxxxx #发送邮件的邮箱地址 password: xxxxxxx #客户端授权码,去邮箱官网找 properties.mail.smtp.port: 465 #端口号465或587 from: xxxxxxxxx # 发送邮件的邮箱,和上面username一致 #可以任
2020-06-23 18:09:52 205
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人