摘要:
Mybatis逆向工程步骤: 导入MyBatis整合SpringBoot起步依赖。 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> 阅读全文
摘要:
添加依赖 <!-- 引入SpringBoot内嵌的Tomcat对JSP的解析包 如果只是使用JSP界面,可以只添加此依赖 --> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasp 阅读全文