09 2020 档案
摘要:#修改tomcat的端口号server.port=8080 #config view resolver配置前端视图解析器spring.mvc.view.prefix=/pages/#spring.mvc.view.suffix=.jsp #config static resources配置静态资源访
阅读全文
摘要:package cn.java.controller; import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping;import org.
阅读全文
摘要:package cn.java.controller; /* * 单独存在,只存放Springboot的启动程序 */import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfi
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc
阅读全文
摘要:<project xmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/PO
阅读全文
摘要:在新建springboot项目时默认使用的是start.spring.io地址,修改自定义方式,地址改为https://start.aliyun.com
阅读全文
摘要:引入JavascriptExecutor依赖 <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-api</artifactId> <version>3.141.59</version> </dep
阅读全文