utils
各种工具包。
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.ruijc |
| Идентификатор | Идентификаторspring-boot-starter-shiro |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-shiro
Springboot自动化配置Shiro框架并加入一些新功能。
|
<!-- https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-shiro/ -->
<dependency>
<groupId>com.ruijc</groupId>
<artifactId>spring-boot-starter-shiro</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-shiro/
implementation 'com.ruijc:spring-boot-starter-shiro:1.1.0'
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-shiro/
implementation ("com.ruijc:spring-boot-starter-shiro:1.1.0")
'com.ruijc:spring-boot-starter-shiro:jar:1.1.0'
<dependency org="com.ruijc" name="spring-boot-starter-shiro" rev="1.1.0">
<artifact name="spring-boot-starter-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruijc', module='spring-boot-starter-shiro', version='1.1.0')
)
libraryDependencies += "com.ruijc" % "spring-boot-starter-shiro" % "1.1.0"
[com.ruijc/spring-boot-starter-shiro "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.4.2.RELEASE |
| com.ruijc : util | jar | 3.0.0 |
| commons-collections : commons-collections | jar | 3.2.2 |
| org.apache.shiro : shiro-core | jar | 1.3.2 |
| org.apache.shiro : shiro-spring | jar | 1.3.2 |
| org.apache.shiro : shiro-web | jar | 1.3.2 |
| org.apache.shiro : shiro-ehcache Необязательный | jar | 1.3.2 |
| org.apache.shiro : shiro-quartz Необязательный | jar | 1.3.2 |
| org.springframework.boot : spring-boot-starter-web | jar | 1.4.2.RELEASE |
| org.springframework.boot : spring-boot-starter-data-redis Необязательный | jar | 1.4.2.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.4.2.RELEASE |
| com.ruijc : spring-boot-starter-fastjson | jar | 2.0.0 |
| com.ruijc : spring-boot-starter-mybatis | jar | 2.0.0 |
| com.github.pagehelper : pagehelper | jar | 4.1.6 |
| tk.mybatis : mapper | jar | 3.3.9 |
| de.ruedigermoeller : fst | jar | 2.47 |
| com.h2database : h2 | jar | 1.4.192 |
| com.zaxxer : HikariCP | jar | 2.5.1 |
| org.bgee.log4jdbc-log4j2 : log4jdbc-log4j2-jdbc4.1 | jar | 1.16 |
各种工具包。