| 组织ID: |
top.alertcode |
| 项目ID: |
adelina-core |
| 版本: |
1.0.0 |
| 最后修改时间: |
2019-12-03 21:19:58 |
| 包类型: |
jar |
| 标题: |
adelina-core |
| 描述: |
鏍规嵁寮�婧愮殑涓�浜涙鏋剁殑鏁村悎锛屼富瑕佹柟渚垮揩閫熷紑鍙� |
| 相关URL: |
https://www.alertcode.top/adelina-core/ |
| 大小: |
97.93KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>top.alertcode</groupId>
<artifactId>adelina-core</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle引入代码: |
top.alertcode:adelina-core:1.0.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>top.alertcode</groupId>
<artifactId>adelina-core</artifactId>
<version>1.0.0</version>
<name>adelina-core</name>
<url>https://www.alertcode.top/adelina-core/</url>
<description>鏍规嵁寮�婧愮殑涓�浜涙鏋剁殑鏁村悎锛屼富瑕佹柟渚垮揩閫熷紑鍙�</description>
<!--License Information-->
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<!-- Developer Information-->
<developers>
<developer>
<name>Fu Bob</name>
<email>2269648132@qq.com</email>
<organization>alertcode.top</organization>
</developer>
</developers>
<!-- SCM Information-->
<scm>
<connection>scm:git:git://github.com/alertcode/adelina-core.git</connection>
<developerConnection>scm:git:ssh://github.com:alertcode/adelina-core.git</developerConnection>
<url>https://github.com/alertcode/adelina-core/master</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
<guava.version>27.1-jre</guava.version>
<jsonWebToken.version>0.9.1</jsonWebToken.version>
<shiro.spring.version>1.4.0</shiro.spring.version>
<commons.io.version>2.6</commons.io.version>
<commons-collections4.version>4.2</commons-collections4.version>
<mybatis-plus.version>3.1.1</mybatis-plus.version>
<fastjson.version>1.2.58</fastjson.version>
<swagger-boot.version>1.9.0.RELEASE</swagger-boot.version>
<pagehelper.version>5.1.8</pagehelper.version>
<jsoup.version>1.12.1</jsoup.version>
<commons-text.version>1.6</commons-text.version>
<hutool-all.version>4.5.10</hutool-all.version>
<jasypt.version>2.1.0</jasypt.version>
<velocity.version>2.1</velocity.version>
<redission.version>3.11.0</redission.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>${pagehelper.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>${jsonWebToken.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
<version>${shiro.spring.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<dependency>
<groupId>com.spring4all</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>1.9.0.RELEASE</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>${jsoup.version}</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons-text.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>${hutool-all.version}</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>${velocity.version}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>${jasypt.version}</version>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>${redission.version}</version>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>nexu</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>nexu</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<build>
<plugins>
<!--<plugin>-->
<!--<groupId>org.sonatype.plugins</groupId>-->
<!--<artifactId>nexus-staging-maven-plugin</artifactId>-->
<!--<version>1.6.8</version>-->
<!--<extensions>true</extensions>-->
<!--<configuration>-->
<!--<serverId>ossrh</serverId>-->
<!--<nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
<!--<autoReleaseAfterClose>false</autoReleaseAfterClose>-->
<!--<sslAllowAll>true</sslAllowAll>-->
<!--<stagingProgressPauseDurationSeconds>20</stagingProgressPauseDurationSeconds>-->
<!--<stagingProgressTimeoutMinutes>20</stagingProgressTimeoutMinutes>-->
<!--<detectBuildFailures>true</detectBuildFailures>-->
<!--</configuration>-->
<!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-release-plugin</artifactId>-->
<!--<version>2.5.3</version>-->
<!--<configuration>-->
<!--<autoVersionSubmodules>true</autoVersionSubmodules>-->
<!--<useReleaseProfile>false</useReleaseProfile>-->
<!--<releaseProfiles>release</releaseProfiles>-->
<!--<goals>deploy</goals>-->
<!--</configuration>-->
<!--</plugin>-->
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>1.18.0.0</version>
<configuration>
<encoding>UTF-8</encoding>
<sourceDirectory>src/main/java</sourceDirectory>
</configuration>
</plugin>
</plugins>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
<plugins>
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
mapper/audit/RepaymentAuditMapper.xml
template/entity.java.vm
template/mapper.java.vm
template/mapper.xml.vm
template/service.java.vm
template/serviceImpl.java.vm
top.alertcode.adelina.framework.cache.TableCacheDao.class
top.alertcode.adelina.framework.commons.constant.PageCons.class
top.alertcode.adelina.framework.commons.enums.ErrorCodeEnum.class
top.alertcode.adelina.framework.commons.enums.IEnum.class
top.alertcode.adelina.framework.commons.enums.Model.class
top.alertcode.adelina.framework.commons.enums.OperateEnum.class
top.alertcode.adelina.framework.commons.model.ErrorCode$ErrorCodeBuilder.class
top.alertcode.adelina.framework.commons.model.ErrorCode.class
top.alertcode.adelina.framework.commons.model.Params.class
top.alertcode.adelina.framework.commons.model.TreeNode.class
top.alertcode.adelina.framework.controller.BaseController$1.class
top.alertcode.adelina.framework.controller.BaseController.class
mapper/user/SysUserMapper.xml
top.alertcode.adelina.framework.exception.FrameworkUtilException.class
top.alertcode.adelina.framework.exception.ProjectException.class
top.alertcode.adelina.framework.generator.CodeGenerator$1.class
top.alertcode.adelina.framework.generator.CodeGenerator$2.class
top.alertcode.adelina.framework.generator.CodeGenerator.class
top.alertcode.adelina.framework.mapper.BaseMapper.class
top.alertcode.adelina.framework.responses.FailedResponse$FailedResponseBuilder.class
top.alertcode.adelina.framework.responses.FailedResponse.class
top.alertcode.adelina.framework.responses.JsonResponse.class
top.alertcode.adelina.framework.responses.SuccessResponses$SuccessResponsesBuilder.class
top.alertcode.adelina.framework.responses.SuccessResponses.class
top.alertcode.adelina.framework.service.impl.BaseService.class
top.alertcode.adelina.framework.utils.BeanUtils.class
top.alertcode.adelina.framework.utils.DataBaseUtils.class
top.alertcode.adelina.framework.utils.DateUtils.class
top.alertcode.adelina.framework.utils.EncryptUtils.class
top.alertcode.adelina.framework.utils.FileUtils.class
top.alertcode.adelina.framework.utils.IdUtils.class
top.alertcode.adelina.framework.utils.JsonUtils.class
top.alertcode.adelina.framework.utils.MapUtils$2.class
top.alertcode.adelina.framework.utils.NumberUtils.class
top.alertcode.adelina.framework.utils.PasswordStrengthUtils$Level.class
top.alertcode.adelina.framework.utils.PasswordStrengthUtils.class
top.alertcode.adelina.framework.utils.ReflectionUtils.class
top.alertcode.adelina.framework.utils.RegexUtils.class
top.alertcode.adelina.framework.utils.ThreadUtils$CustomizableThreadFactory.class
top.alertcode.adelina.framework.utils.TreeUtils.class
META-INF/maven/top.alertcode/adelina-core/pom.xml
template/controller.java.vm
top.alertcode.adelina.framework.service.IBaseCacheService.class
top.alertcode.adelina.framework.utils.ArrayUtils.class
top.alertcode.adelina.framework.utils.AssertUtils.class
top.alertcode.adelina.framework.utils.Base64Utils.class
top.alertcode.adelina.framework.utils.BigDecimalUtils.class
top.alertcode.adelina.framework.utils.DateFormatUtils.class
top.alertcode.adelina.framework.utils.EncodeUtils.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
spring-boot-dependencies-${spring-boot.version}.jar
/org.springframework.boot/spring-boot-dependencies/${spring-boot.version}
查看spring-boot-dependencies所有版本文件
|