安装
全新的 Assistant
1.0 版本基于 JDK11,Assistant1.0 要求如下:
- JDK 11+
- Maven or Gradle
提示
请选择1.0.5以上的版本,1.0.5以下的版本不包含接下来介绍的这些功能
暂时还没有开发JDK8以下的版本抱歉,但是这里给大家提供了JDK11的安装包,可以直接下载安装
# Release
# Spring Boot
Maven:
[👉 源码](https://github.com/geniusay/Assistant)
<dependency>
<groupId>io.github.geniusay</groupId>
<artifactId>assistant-boot-start</artifactId>
<version>1.1.1</version>
</dependency>
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
# 导入失败的解决方法:
按照路径打开 File->setting->Build->Build Tools->Maven
对该选项打勾
同时在上图的下方有你的maven配置文件地址,打开settings.xml 写入一个镜像
<mirror>
<id>nexus</id>
<name> interal nexus repository </name>
<url>http://repo1.maven.org/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
1
2
3
4
5
6
2
3
4
5
6
重新打开项目再导入即可
帮助我们改善此页面! (opens new window)
上次更新: 2024/06/22, 16:36:11