第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

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

文件自動生成

[ERROR] No plugin found for prefix 'mybatis-generator' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (F:\maven\repository), nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public)] -> [Help 1]

正在回答

1 回答

pom沒有配置你的plugin吧,在你的pom.xml中把build換成這個試一下

<build>

<plugins>

<plugin>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-maven-plugin</artifactId>

</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>true</overwrite>

<configurationFile>

src/main/resources/mybatis-generator.xml

</configurationFile>

</configuration>

</plugin>

</plugins>

</build>


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

慕慕0563197 提問者

恩恩可以了
2019-04-24 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消
SpringBoot構(gòu)建電商基礎(chǔ)秒殺項目
  • 參與學(xué)習(xí)       49452    人
  • 解答問題       978    個

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

進(jìn)入課程

文件自動生成

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號