課程
/后端開發
/Java
/SpringBoot構建電商基礎秒殺項目
不知道問題出現在什么地方?是配置還是哪里出問題了?
2021-03-26
源自:SpringBoot構建電商基礎秒殺項目 2-4
正在回答
此問題已解決。
pom.xml下面添加如下插件
<plugin> ????<groupId>org.apache.maven.plugins</groupId> ????<artifactId>maven-resources-plugin</artifactId> ????<version>2.7</version> ????<configuration> ????????<!--?在構建路徑中?指定源文件編譯的字符編碼?--> ????????<encoding>UTF-8</encoding> ????</configuration> </plugin>
舉報
應用SpringBoot快速搭建擁有用戶、商品、交易及秒殺活動的電商秒殺應用。
2 回答] Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate (default-cli) on project springboot: configfile C:\Users\86135\IdeaProjects\springboot\src\main\resources\generatorConfig.xml does not exist -> [Help 1]
2 回答Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.5:generate (default-cli) on project miaosha: Communications link failure
4 回答Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.5:generate (default-cli) on project miaosha: Communications link failure
2 回答自動生成不了Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate (default-cli) on project lxpjl: configfile C:\Users\pbids905\Desktop\lxpjl\src\main\resources\mybatis-generaator.xml does not exist -> [Help 1]
4 回答 Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.5:generate (default-cli) on project miaosha: Unknown database 'miaosha' -> [Help 1]
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2021-03-26
此問題已解決。
pom.xml下面添加如下插件