随笔分类 - ssmbuild
创建细节
摘要:创建spring配置文件 applicationContext.xml <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http:/
阅读全文
摘要:<!-- 资源导出--> <build> <resources> <resource> <!-- 配置能够访问的路径--> <directory>src/main/resources</directory> <includes> <include>**/*.xml</include> <includ
阅读全文
摘要:3、导入依赖 <!-- 依赖--> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </
阅读全文
摘要:1、设计数据库 CREATE TABLE `books`(`bookID` INT NOT NULL AUTO_INCREMENT COMMENT '书id',`bookName` VARCHAR(100) NOT NULL COMMENT '书名',`bookCounts` INT NOT NUL
阅读全文

浙公网安备 33010602011771号