Assistant Assistant
首页
  • 快速入门
  • 核心功能
  • 使用配置
生态
问答
💖支持
🚀起飞诶~~起飞
更新日志 (opens new window)
GitHub (opens new window)
首页
  • 快速入门
  • 核心功能
  • 使用配置
生态
问答
💖支持
🚀起飞诶~~起飞
更新日志 (opens new window)
GitHub (opens new window)
  • 快速入门

    • 简介
    • 快速开始
    • 安装
      • Release
        • Spring Boot
        • 导入失败的解决方法:
    • 配置
    • 注解
    • 快速测试
  • 核心功能

    • 热身模块

      • 代码生成器
    • 工具类

      • Token工具类
      • 正则工具类
      • 加密算法工具类
    • 业务类

      • 超级业务链
      • ID生成器
      • 统一异常处理中心
目录

安装

全新的 Assistant 1.0 版本基于 JDK11,Assistant1.0 要求如下:

  • JDK 11+
  • Maven or Gradle

提示

请选择1.0.5以上的版本,1.0.5以下的版本不包含接下来介绍的这些功能

暂时还没有开发JDK8以下的版本抱歉,但是这里给大家提供了JDK11的安装包,可以直接下载安装

官网下载地址 (opens new window) 百度网盘 (opens new window)

# 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

# 导入失败的解决方法:

按照路径打开 File->setting->Build->Build Tools->Maven 对该选项打勾

image

同时在上图的下方有你的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

重新打开项目再导入即可

帮助我们改善此页面! (opens new window)
上次更新: 2024/06/22, 16:36:11
快速开始
配置

← 快速开始 配置→

Theme by Vdoing | Copyright © 2016-2024 TimeMachine Lab | Sponsored by JetBrains | 渝ICP备2021000141号-1

友情链接:GeniusBlog

  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式