摘要: <script type="text/javascript" src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script> $.ajax({ url: "${pageContext.request.contextPath}/show", d 阅读全文
posted @ 2022-05-06 14:08 朱浩杰 阅读(27) 评论(0) 推荐(0)
摘要: 从定性controller里面 redirect:/studentList 阅读全文
posted @ 2022-04-29 10:02 朱浩杰 阅读(139) 评论(0) 推荐(0)
摘要: mapper //分页查询加模糊查询List<Address> showAddress(@Param("addressName") String addressName, @Param("dangQianYe") Integer dangQianYe,@Param("meiYeYouJiGe") I 阅读全文
posted @ 2022-04-28 14:54 朱浩杰 阅读(23) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2022-04-21 16:43 朱浩杰 阅读(44) 评论(0) 推荐(0)
摘要: driver=com.mysql.cj.jdbc.Driverurl=jdbc\:mysql\://localhost\:3306/smbms?useUnicode\=true&characterEncoding\=UTF-8&serverTimezone=UTCusername=rootpassw 阅读全文
posted @ 2022-04-21 16:41 朱浩杰 阅读(31) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF8" ?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd 阅读全文
posted @ 2022-04-21 16:41 朱浩杰 阅读(22) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2022-04-21 16:41 朱浩杰 阅读(51) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2022-04-21 16:40 朱浩杰 阅读(49) 评论(0) 推荐(0)
摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId></dependency> spring: thymeleaf: mode: 阅读全文
posted @ 2022-04-21 16:31 朱浩杰 阅读(64) 评论(0) 推荐(0)
摘要: spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/mall?serverT 阅读全文
posted @ 2022-04-21 16:24 朱浩杰 阅读(36) 评论(0) 推荐(0)