
Maven
Turing·
不积小流无以成江海
展开
-
Shiro(SpringBoot+thymeleaf)
目录导入依赖配置数据库实体类shiro配置类自定义授权认证类html 标签导入依赖<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSch...原创 2020-04-19 22:19:52 · 288 阅读 · 0 评论 -
IDEA~SpringBoot(整合示范)
1.配置mavenFile->Settings创建Maven工程2.配置pom.xml文件配置SpringBoot相关依赖<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="h...原创 2020-04-03 01:51:09 · 653 阅读 · 0 评论 -
Mybatis-generator(基于工作集maven)
添加插件在dao层的pom文件里插入插件 <build> <plugins> <!-- mybatisGenerator插件 run命令mybatis-generator:generate--> <plugin> <groupId>org.mybatis.generator</groupId>...原创 2020-02-23 09:59:11 · 115 阅读 · 0 评论 -
Unable to update Maven configuration One or more constraints have not been
<profiles> <profile> <id>jdk-1.8</id> <!-- 另外一种激活方式 --> <activation> <activeByDefault>true</activeByDefault>...原创 2020-02-22 23:23:40 · 945 阅读 · 1 评论 -
基于Web_SSM的Maven简单配置(附加pom.xml文件)
编译器为Myeclipse2018 tomcat为9版本 如何配置tomcathttps://jingyan.baidu.com/article/870c6fc33e62bcb03fe4be90.html1.创建web工程注意:web4.0自动为maven工程 是否生成web.xml要打勾2.写依赖 pom.xml (复制<dependency>就ok了...原创 2020-02-20 20:00:16 · 192 阅读 · 0 评论 -
配置Maven
1.首先去官网下载下载maven包https://maven.apache.org/download.cgi解压2.配置环境变量(前提是javahomey已经配置完成)3.配置Mavenhome4.配置path 添加路径5.设置settings 路径为:G:\maven\apache-maven-3.5\apache-maven-3.5.3\conf设置:找...原创 2020-02-20 19:36:25 · 145 阅读 · 0 评论