亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

求pom.xml

昨天不小心弄壞了,,誰有全套的,,幫忙發一份

正在回答

1 回答

<?xml?version="1.0"?encoding="UTF-8"?>
<project?xmlns="http://maven.apache.org/POM/4.0.0"
?????????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
?????????xsi:schemaLocation="http://maven.apache.org/POM/4.0.0?http://maven.apache.org/xsd/maven-4.0.0.xsd">
??<modelVersion>4.0.0</modelVersion>

??<groupId>cn.wen</groupId>
??<artifactId>ms</artifactId>
??<version>1.0-SNAPSHOT</version>
??<parent>
????<groupId>org.springframework.boot</groupId>
????<artifactId>spring-boot-starter-parent</artifactId>
????<version>2.1.2.RELEASE</version>
??</parent>
??<dependencies>
????<dependency>
??????<groupId>org.springframework.boot</groupId>
??????<artifactId>spring-boot-starter-web</artifactId>
????</dependency>

????<dependency>
??????<groupId>mysql</groupId>
??????<artifactId>mysql-connector-java</artifactId>
??????<version>5.1.39</version>
????</dependency>
????<dependency>
??????<groupId>com.alibaba</groupId>
??????<artifactId>druid</artifactId>
??????<version>1.1.8</version>
????</dependency>
????<dependency>
??????<groupId>org.apache.commons</groupId>
??????<artifactId>commons-lang3</artifactId>
??????<version>3.7</version>
????</dependency>

????<dependency>
??????<groupId>org.hibernate</groupId>
??????<artifactId>hibernate-validator</artifactId>
??????<version>5.2.4.Final</version>
????</dependency>
????<dependency>
??????<groupId>org.springframework.boot</groupId>
??????<artifactId>spring-boot-starter-data-redis</artifactId>
????</dependency>
????<dependency>
??????<groupId>org.mybatis.spring.boot</groupId>
??????<artifactId>mybatis-spring-boot-starter</artifactId>
??????<version>1.3.2</version>
????</dependency>
????<dependency>
??????<groupId>joda-time</groupId>
??????<artifactId>joda-time</artifactId>
??????<version>2.9.9</version>
????</dependency>
??</dependencies>

??<build>
????<plugins>
????????<plugin>
????????????<artifactId>maven-deploy-plugin</artifactId>
????????????<version>2.8.2</version>
????????</plugin>
??????<plugin>
????????<groupId>org.mybatis.generator</groupId>
????????<artifactId>mybatis-generator-maven-plugin</artifactId>
????????<version>1.3.5</version>
????????<dependencies>
??????????<dependency>
????????????<groupId>org.mybatis.generator</groupId>
????????????<artifactId>mybatis-generator-core</artifactId>
????????????<version>1.3.5</version>
??????????</dependency>
??????????<dependency>
????????????<groupId>mysql</groupId>
????????????<artifactId>mysql-connector-java</artifactId>
????????????<version>5.1.41</version>
??????????</dependency>
????????</dependencies>
????????<executions>
??????????<execution>
????????????<id>mybatis?generator</id>
????????????<phase>package</phase>
????????????<goals>
??????????????<goal>generate</goal>
????????????</goals>
??????????</execution>
????????</executions>
????????<configuration>
??????????<verbose>true</verbose>
??????????<overwrite>false</overwrite>
??????????<configurationFile>
????????????src/main/resources/mybatis-generator.xml
??????????</configurationFile>
????????</configuration>
??????</plugin>
??????<plugin>
????????<groupId>org.springframework.boot</groupId>
????????<artifactId>spring-boot-maven-plugin</artifactId>
??????</plugin>
????</plugins>
??</build>

</project>


0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
SpringBoot構建電商基礎秒殺項目
  • 參與學習       49409    人
  • 解答問題       978    個

應用SpringBoot快速搭建擁有用戶、商品、交易及秒殺活動的電商秒殺應用。

進入課程
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號