09 2019 档案

摘要:@MapperScan("实体包名") //扫描的mapper@SpringBootApplication(exclude = {org.activiti.spring.boot.SecurityAutoConfiguration.class, SecurityAutoConfiguration.c 阅读全文
posted @ 2019-09-25 11:31 ±小马哥 阅读(315) 评论(0) 推荐(0)
摘要:@Configurationpublic class SpringBootJSPConfiguration { @Bean public WebServerFactoryCustomizer<TomcatServletWebServerFactory> customizer() { return ( 阅读全文
posted @ 2019-09-25 11:30 ±小马哥 阅读(227) 评论(0) 推荐(0)
摘要:@Componentpublic class CorsFilter implements Filter { @Override public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throw 阅读全文
posted @ 2019-09-25 11:28 ±小马哥 阅读(507) 评论(0) 推荐(0)
摘要:var em = new Vue({ el:"#boxAdd", data:{ basicInformation:{}, // 水产 aquaticProductData:{ id:'', priceType:'1', lowestPrice:'',//最低价 price:'',//价格 descr 阅读全文
posted @ 2019-09-23 16:56 ±小马哥 阅读(259) 评论(0) 推荐(0)
摘要:<dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.12.1</version></dependency> Document doc = null; try { doc = Jsoup 阅读全文
posted @ 2019-09-23 16:51 ±小马哥 阅读(290) 评论(0) 推荐(0)