commit
16aaed06a4
@ -0,0 +1,6 @@
|
||||
/target/
|
||||
/.springBeans
|
||||
/.project
|
||||
/.factorypath
|
||||
/.classpath
|
||||
/.settings/
|
@ -0,0 +1,10 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Zeppelin ignored files
|
||||
/ZeppelinRemoteNotebooks/
|
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<annotationProcessing>
|
||||
<profile default="true" name="Default" enabled="true" />
|
||||
<profile name="Maven default annotation processors profile" enabled="true">
|
||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="active4j-boot" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
||||
<module name="active4j-boot" options="-parameters" />
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
|
||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,68 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="AliAccessStaticViaInstance" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AliArrayNamingShouldHaveBracket" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AliControlFlowStatementWithoutBraces" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AliDeprecation" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AliEqualsAvoidNull" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AliLongLiteralsEndingWithLowercaseL" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AliMissingOverrideAnnotation" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AliWrapperTypeEquality" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAbstractClassShouldStartWithAbstractNaming" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAbstractMethodOrInterfaceMethodMustUseJavadoc" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidApacheBeanUtilsCopy" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidCallStaticSimpleDateFormat" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidCommentBehindStatement" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidComplexCondition" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidConcurrentCompetitionRandom" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidDoubleOrFloatEqualCompare" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidManuallyCreateThread" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidMissUseOfMathRandom" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidNegationOperator" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidNewDateGetTime" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidPatternCompileInMethod" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidReturnInFinally" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidStartWithDollarAndUnderLineNaming" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaAvoidUseTimer" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaBigDecimalAvoidDoubleConstructor" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaBooleanPropertyShouldNotStartWithIs" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaClassCastExceptionWithSubListToArrayList" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaClassCastExceptionWithToArray" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaClassMustHaveAuthor" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaClassNamingShouldBeCamel" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaCollectionInitShouldAssignCapacity" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaCommentsMustBeJavadocFormat" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaConcurrentExceptionWithModifyOriginSubList" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaConstantFieldShouldBeUpperCase" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaCountDownShouldInFinally" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaDontModifyInForeachCircle" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaEnumConstantsMustHaveComment" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaExceptionClassShouldEndWithException" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaIbatisMethodQueryForList" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaLockShouldWithTryFinally" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaLowerCamelCaseVariableNaming" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaMethodReturnWrapperType" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaMethodTooLong" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaPackageNaming" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaPojoMustOverrideToString" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaPojoMustUsePrimitiveField" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaPojoNoDefaultValue" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaRemoveCommentedCode" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaServiceOrDaoClassShouldEndWithImpl" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaSneakyThrowsWithoutExceptionType" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaStringConcat" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaSwitchExpression" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaSwitchStatement" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaTestClassShouldEndWithTestNaming" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaThreadLocalShouldRemove" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaThreadPoolCreation" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaThreadShouldSetName" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaTransactionMustHaveRollback" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaUndefineMagicConstant" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaUnsupportedExceptionWithModifyAsList" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaUseQuietReferenceNotation" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="AlibabaUseRightCaseForDateFormat" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="MapOrSetKeyShouldOverrideHashCodeEquals" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
</profile>
|
||||
</component>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="http://maven.aliyun.com/nexus/content/repositories/central/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="MavenProjectsManager">
|
||||
<option name="originalFiles">
|
||||
<list>
|
||||
<option value="$PROJECT_DIR$/pom.xml" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
|
||||
</project>
|
@ -0,0 +1,223 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="com.aicode.state.project.ProjectInfoState">
|
||||
<option name="libraries">
|
||||
<list>
|
||||
<option value="Maven: org.assertj:assertj-core:3.16.1" />
|
||||
<option value="Maven: org.junit.vintage:junit-vintage-engine:5.6.2" />
|
||||
<option value="Maven: org.quartz-scheduler:quartz:2.3.2" />
|
||||
<option value="Maven: com.ibeetl:beetlsql:2.10.34" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-test:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.apache.poi:poi:3.15" />
|
||||
<option value="Maven: org.mockito:mockito-junit-jupiter:3.3.3" />
|
||||
<option value="Maven: org.checkerframework:checker-qual:2.10.0" />
|
||||
<option value="Maven: com.squareup.okio:okio:1.17.2" />
|
||||
<option value="Maven: org.apache.httpcomponents:httpclient:4.5.6" />
|
||||
<option value="Maven: org.messaginghub:pooled-jms:1.1.2" />
|
||||
<option value="Maven: com.alipay.sdk:alipay-sdk-java:3.7.110.ALL" />
|
||||
<option value="Maven: com.baomidou:mybatis-plus-annotation:3.0.7.1" />
|
||||
<option value="Maven: org.jeecgframework:autopoi-web:1.3" />
|
||||
<option value="Maven: com.zaxxer:HikariCP:3.4.5" />
|
||||
<option value="Maven: org.apache.shiro:shiro-crypto-cipher:1.4.0" />
|
||||
<option value="Maven: org.springframework:spring-webmvc:5.2.8.RELEASE" />
|
||||
<option value="Maven: com.aliyun.oss:aliyun-sdk-oss:3.11.2" />
|
||||
<option value="Maven: javax.inject:javax.inject:1" />
|
||||
<option value="Maven: org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:1.0.1" />
|
||||
<option value="Maven: org.apache.commons:commons-collections4:4.1" />
|
||||
<option value="Maven: org.yaml:snakeyaml:1.26" />
|
||||
<option value="Maven: javax.activation:javax.activation-api:1.2.0" />
|
||||
<option value="Maven: org.springframework.data:spring-data-commons:2.3.3.RELEASE" />
|
||||
<option value="Maven: com.jhlabs:filters:2.0.235-1" />
|
||||
<option value="Maven: ch.qos.logback:logback-classic:1.2.3" />
|
||||
<option value="Maven: org.apache.shiro:shiro-cache:1.4.0" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-json:2.3.3.RELEASE" />
|
||||
<option value="Maven: jakarta.activation:jakarta.activation-api:1.2.2" />
|
||||
<option value="Maven: org.junit.jupiter:junit-jupiter-engine:5.6.2" />
|
||||
<option value="Maven: com.ibeetl:beetl-framework-starter:1.1.63.RELEASE" />
|
||||
<option value="Maven: org.springframework:spring-tx:5.2.8.RELEASE" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-test:2.3.3.RELEASE" />
|
||||
<option value="Maven: com.fasterxml.jackson.core:jackson-core:2.11.2" />
|
||||
<option value="Maven: com.github.ben-manes.caffeine:caffeine:2.8.0" />
|
||||
<option value="Maven: org.objenesis:objenesis:2.6" />
|
||||
<option value="Maven: jakarta.jms:jakarta.jms-api:2.0.3" />
|
||||
<option value="Maven: eu.bitwalker:UserAgentUtils:1.20" />
|
||||
<option value="Maven: com.baomidou:mybatis-plus-core:3.0.7.1" />
|
||||
<option value="Maven: javax.activation:activation:1.1.1" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.3.3.RELEASE" />
|
||||
<option value="Maven: cn.hutool:hutool-core:5.3.8" />
|
||||
<option value="Maven: org.springframework:spring-web:5.2.8.RELEASE" />
|
||||
<option value="Maven: org.apache.shiro:shiro-crypto-hash:1.4.0" />
|
||||
<option value="Maven: com.squareup.okhttp3:okhttp:3.14.9" />
|
||||
<option value="Maven: org.fusesource.hawtbuf:hawtbuf:1.11" />
|
||||
<option value="Maven: com.google.inject:guice:3.0" />
|
||||
<option value="Maven: org.springframework:spring-jcl:5.2.8.RELEASE" />
|
||||
<option value="Maven: javax.servlet:javax.servlet-api:4.0.1" />
|
||||
<option value="Maven: org.springframework.data:spring-data-keyvalue:2.3.3.RELEASE" />
|
||||
<option value="Maven: javax.xml.bind:jaxb-api:2.3.1" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-logging:2.3.3.RELEASE" />
|
||||
<option value="Maven: com.github.jsqlparser:jsqlparser:3.2" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-web:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.apache.shiro:shiro-core:1.4.0" />
|
||||
<option value="Maven: net.java.dev.jna:jna-platform:4.5.2" />
|
||||
<option value="Maven: org.mybatis:mybatis:3.4.6" />
|
||||
<option value="Maven: org.junit.jupiter:junit-jupiter:5.6.2" />
|
||||
<option value="Maven: org.junit.platform:junit-platform-engine:1.6.2" />
|
||||
<option value="Maven: commons-io:commons-io:2.4" />
|
||||
<option value="Maven: com.jayway.jsonpath:json-path:2.4.0" />
|
||||
<option value="Maven: org.antlr:antlr4-runtime:4.2" />
|
||||
<option value="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" />
|
||||
<option value="Maven: com.google.inject.extensions:guice-multibindings:3.0" />
|
||||
<option value="Maven: com.google.guava:guava:28.2-jre" />
|
||||
<option value="Maven: org.bouncycastle:bcprov-jdk15on:1.59" />
|
||||
<option value="Maven: org.apache.geronimo.specs:geronimo-jms_2.0_spec:1.0-alpha-2" />
|
||||
<option value="Maven: xerces:xercesImpl:2.9.1" />
|
||||
<option value="Maven: org.apache.shiro:shiro-all:1.4.0" />
|
||||
<option value="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2" />
|
||||
<option value="Maven: org.springframework:spring-beans:5.2.8.RELEASE" />
|
||||
<option value="Maven: org.codehaus.jettison:jettison:1.1" />
|
||||
<option value="Maven: org.apache.shiro:shiro-aspectj:1.4.0" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-activemq:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.apache.poi:poi-ooxml-schemas:3.15" />
|
||||
<option value="Maven: com.github.qcloudsms:qcloudsms:1.0.6" />
|
||||
<option value="Maven: org.springframework:spring-test:5.2.8.RELEASE" />
|
||||
<option value="Maven: org.glassfish:jakarta.el:3.0.3" />
|
||||
<option value="Maven: org.jeecgframework:minidao-spring-boot-starter:1.7.3" />
|
||||
<option value="Maven: com.sun.xml.bind:jaxb-impl:2.1" />
|
||||
<option value="Maven: org.apache.commons:commons-pool2:2.8.1" />
|
||||
<option value="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.13.3" />
|
||||
<option value="Maven: com.github.oshi:oshi-core:3.9.1" />
|
||||
<option value="Maven: org.hamcrest:hamcrest:2.2" />
|
||||
<option value="Maven: com.ibeetl:beetl:2.9.3" />
|
||||
<option value="Maven: org.apiguardian:apiguardian-api:1.1.0" />
|
||||
<option value="Maven: com.mchange:mchange-commons-java:0.2.15" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.3.3.RELEASE" />
|
||||
<option value="Maven: com.google.errorprone:error_prone_annotations:2.3.3" />
|
||||
<option value="Maven: org.skyscreamer:jsonassert:1.5.0" />
|
||||
<option value="Maven: aopalliance:aopalliance:1.0" />
|
||||
<option value="Maven: org.slf4j:slf4j-api:1.7.30" />
|
||||
<option value="Maven: org.apache.httpcomponents:httpcore:4.4.13" />
|
||||
<option value="Maven: org.mybatis:mybatis-spring:1.3.2" />
|
||||
<option value="Maven: org.apache.shiro:shiro-web:1.4.0" />
|
||||
<option value="Maven: org.springframework:spring-jdbc:5.2.8.RELEASE" />
|
||||
<option value="Maven: org.jeecgframework:autopoi:1.3" />
|
||||
<option value="Maven: org.springframework:spring-expression:5.2.8.RELEASE" />
|
||||
<option value="Maven: org.apache.shiro:shiro-event:1.4.0" />
|
||||
<option value="Maven: org.jdom:jdom2:2.0.6" />
|
||||
<option value="Maven: org.apache.activemq:activemq-openwire-legacy:5.15.13" />
|
||||
<option value="Maven: com.github.yunchaoyun:yunsms:1.1" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-validation:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.apache.poi:poi-ooxml:3.15" />
|
||||
<option value="Maven: org.springframework:spring-oxm:5.2.8.RELEASE" />
|
||||
<option value="Maven: com.sun.xml.bind:jaxb-core:2.1.14" />
|
||||
<option value="Maven: ch.qos.logback:logback-core:1.2.3" />
|
||||
<option value="Maven: org.jeecgframework.jimureport:spring-boot-starter-jimureport:1.3.1-beta4" />
|
||||
<option value="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2" />
|
||||
<option value="Maven: com.google.zxing:javase:3.0.0" />
|
||||
<option value="Maven: com.google.protobuf:protobuf-java:3.19.4" />
|
||||
<option value="Maven: net.minidev:accessors-smart:1.2" />
|
||||
<option value="Maven: joda-time:joda-time:2.9.9" />
|
||||
<option value="Maven: org.mockito:mockito-core:3.3.3" />
|
||||
<option value="Maven: org.antlr:antlr4-annotations:4.2" />
|
||||
<option value="Maven: jakarta.validation:jakarta.validation-api:2.0.2" />
|
||||
<option value="Maven: com.hazelcast:hazelcast:3.12.8" />
|
||||
<option value="Maven: com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava" />
|
||||
<option value="Maven: org.springframework:spring-context-support:5.2.8.RELEASE" />
|
||||
<option value="Maven: com.baomidou:mybatis-plus-boot-starter:3.0.7.1" />
|
||||
<option value="Maven: org.opentest4j:opentest4j:1.2.0" />
|
||||
<option value="Maven: org.apache.shiro:shiro-config-core:1.4.0" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.apache.poi:poi-scratchpad:4.1.2" />
|
||||
<option value="Maven: org.apache.shiro:shiro-ehcache:1.4.0" />
|
||||
<option value="Maven: org.springframework:spring-messaging:5.2.8.RELEASE" />
|
||||
<option value="Maven: com.aliyun:aliyun-java-sdk-kms:2.11.0" />
|
||||
<option value="Maven: org.apache.httpcomponents:httpmime:4.5.12" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-configuration-processor:2.3.3.RELEASE" />
|
||||
<option value="Maven: stax:stax-api:1.0.1" />
|
||||
<option value="Maven: org.slf4j:jul-to-slf4j:1.7.30" />
|
||||
<option value="Maven: commons-logging:commons-logging:1.2" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-aop:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.freemarker:freemarker:2.3.30" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot:2.3.3.RELEASE" />
|
||||
<option value="Maven: com.mysql:mysql-connector-j:8.0.31" />
|
||||
<option value="Maven: net.java.dev.jna:jna:4.5.2" />
|
||||
<option value="Maven: net.minidev:json-smart:2.3" />
|
||||
<option value="Maven: com.qcloud:cos_api:5.5.2" />
|
||||
<option value="Maven: org.abego.treelayout:org.abego.treelayout.core:1.0.1" />
|
||||
<option value="Maven: junit:junit:4.13" />
|
||||
<option value="Maven: org.hibernate.validator:hibernate-validator:6.1.5.Final" />
|
||||
<option value="Maven: com.google.guava:failureaccess:1.0.1" />
|
||||
<option value="Maven: org.apache.shiro:shiro-hazelcast:1.4.0" />
|
||||
<option value="Maven: org.projectlombok:lombok:1.18.12" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-mail:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.junit.jupiter:junit-jupiter-api:5.6.2" />
|
||||
<option value="Maven: xml-apis:xml-apis:1.3.04" />
|
||||
<option value="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2" />
|
||||
<option value="Maven: org.apache.shiro:shiro-lang:1.4.0" />
|
||||
<option value="Maven: com.aliyun:aliyun-java-sdk-ram:3.1.0" />
|
||||
<option value="Maven: org.springframework:spring-jms:5.2.8.RELEASE" />
|
||||
<option value="Maven: org.aspectj:aspectjrt:1.9.6" />
|
||||
<option value="Maven: org.apache.xmlbeans:xmlbeans:2.6.0" />
|
||||
<option value="Maven: org.xmlunit:xmlunit-core:2.7.0" />
|
||||
<option value="Maven: org.json:json:20170516" />
|
||||
<option value="Maven: org.apache.logging.log4j:log4j-api:2.13.3" />
|
||||
<option value="Maven: org.jeecgframework:minidao-pe:1.7.3" />
|
||||
<option value="Maven: commons-codec:commons-codec:1.14" />
|
||||
<option value="Maven: commons-beanutils:commons-beanutils:1.9.3" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.junit.jupiter:junit-jupiter-params:5.6.2" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-quartz:2.3.3.RELEASE" />
|
||||
<option value="Maven: com.alibaba:druid:1.1.10" />
|
||||
<option value="Maven: jakarta.xml.bind:jakarta.xml.bind-api:2.3.3" />
|
||||
<option value="Maven: net.bytebuddy:byte-buddy-agent:1.10.14" />
|
||||
<option value="Maven: com.fasterxml:classmate:1.5.1" />
|
||||
<option value="Maven: com.alibaba:fastjson:1.2.62" />
|
||||
<option value="Maven: com.fasterxml.jackson.core:jackson-annotations:2.11.2" />
|
||||
<option value="Maven: redis.clients:jedis:3.3.0" />
|
||||
<option value="Maven: com.google.j2objc:j2objc-annotations:1.3" />
|
||||
<option value="Maven: com.sun.activation:jakarta.activation:1.2.2" />
|
||||
<option value="Maven: com.baomidou:mybatis-plus-extension:3.0.7.1" />
|
||||
<option value="Maven: cn.hutool:hutool-crypto:5.3.8" />
|
||||
<option value="Maven: org.apache.shiro:shiro-crypto-core:1.4.0" />
|
||||
<option value="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.37" />
|
||||
<option value="Maven: com.carrotsearch.thirdparty:simple-xml-safe:2.7.1" />
|
||||
<option value="Maven: org.apache.shiro:shiro-guice:1.4.0" />
|
||||
<option value="Maven: org.apache.activemq:activemq-client:5.15.13" />
|
||||
<option value="Maven: com.github.penggle:kaptcha:2.3.2" />
|
||||
<option value="Maven: com.google.code.gson:gson:2.8.6" />
|
||||
<option value="Maven: org.springframework.data:spring-data-redis:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.springframework:spring-core:5.2.8.RELEASE" />
|
||||
<option value="Maven: org.javassist:javassist:3.15.0-GA" />
|
||||
<option value="Maven: org.apache.shiro:shiro-spring:1.4.0" />
|
||||
<option value="Maven: org.aspectj:aspectjweaver:1.9.6" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-autoconfigure:2.3.3.RELEASE" />
|
||||
<option value="Maven: org.junit.platform:junit-platform-commons:1.6.2" />
|
||||
<option value="Maven: com.alibaba:druid-spring-boot-starter:1.1.10" />
|
||||
<option value="Maven: com.google.zxing:core:3.0.0" />
|
||||
<option value="Maven: org.ow2.asm:asm:5.0.4" />
|
||||
<option value="Maven: org.apache.commons:commons-lang3:3.10" />
|
||||
<option value="Maven: net.bytebuddy:byte-buddy:1.10.14" />
|
||||
<option value="Maven: org.jboss.logging:jboss-logging:3.4.1.Final" />
|
||||
<option value="Maven: com.fasterxml.jackson.core:jackson-databind:2.11.2" />
|
||||
<option value="Maven: com.google.code.findbugs:jsr305:3.0.2" />
|
||||
<option value="Maven: org.crazycake:shiro-redis:3.2.3" />
|
||||
<option value="Maven: com.baomidou:mybatis-plus:3.0.7.1" />
|
||||
<option value="Maven: com.sun.mail:jakarta.mail:1.6.5" />
|
||||
<option value="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.37" />
|
||||
<option value="Maven: org.apache.shiro:shiro-config-ogdl:1.4.0" />
|
||||
<option value="Maven: org.apache.poi:ooxml-schemas:1.4" />
|
||||
<option value="Maven: org.apache.activemq:activemq-broker:5.15.13" />
|
||||
<option value="Maven: net.sf.ehcache:ehcache-core:2.6.11" />
|
||||
<option value="Maven: io.minio:minio:8.0.3" />
|
||||
<option value="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.3.3.RELEASE" />
|
||||
<option value="Maven: com.aliyun:aliyun-java-sdk-core:4.0.3" />
|
||||
<option value="Maven: jakarta.annotation:jakarta.annotation-api:1.3.5" />
|
||||
<option value="Maven: com.github.virtuald:curvesapi:1.04" />
|
||||
<option value="Maven: org.springframework:spring-aop:5.2.8.RELEASE" />
|
||||
<option value="Maven: commons-collections:commons-collections:3.2.2" />
|
||||
<option value="Maven: org.springframework:spring-context:5.2.8.RELEASE" />
|
||||
<option value="Maven: opensymphony:ognl:2.6.11" />
|
||||
</list>
|
||||
</option>
|
||||
<option name="projectName" value="Springboot-Active4j" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,20 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2020 Active4j 麻木神
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,189 @@
|
||||
/*
|
||||
Navicat MySQL Data Transfer
|
||||
|
||||
Source Server : 194
|
||||
Source Server Version : 50513
|
||||
Source Host : 182.254.245.194:3307
|
||||
Source Database : yun_enterprise_cms
|
||||
|
||||
Target Server Type : MYSQL
|
||||
Target Server Version : 50513
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 2019-12-09 11:25:42
|
||||
*/
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_blob_triggers
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_blob_triggers`;
|
||||
CREATE TABLE `qrtz_blob_triggers` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`TRIGGER_NAME` varchar(200) NOT NULL,
|
||||
`TRIGGER_GROUP` varchar(200) NOT NULL,
|
||||
`BLOB_DATA` blob,
|
||||
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
|
||||
CONSTRAINT `qrtz_blob_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_calendars
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_calendars`;
|
||||
CREATE TABLE `qrtz_calendars` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`CALENDAR_NAME` varchar(200) NOT NULL,
|
||||
`CALENDAR` blob NOT NULL,
|
||||
PRIMARY KEY (`SCHED_NAME`,`CALENDAR_NAME`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_cron_triggers
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_cron_triggers`;
|
||||
CREATE TABLE `qrtz_cron_triggers` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`TRIGGER_NAME` varchar(200) NOT NULL,
|
||||
`TRIGGER_GROUP` varchar(200) NOT NULL,
|
||||
`CRON_EXPRESSION` varchar(200) NOT NULL,
|
||||
`TIME_ZONE_ID` varchar(80) DEFAULT NULL,
|
||||
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
|
||||
CONSTRAINT `qrtz_cron_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_fired_triggers
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_fired_triggers`;
|
||||
CREATE TABLE `qrtz_fired_triggers` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`ENTRY_ID` varchar(95) NOT NULL,
|
||||
`TRIGGER_NAME` varchar(200) NOT NULL,
|
||||
`TRIGGER_GROUP` varchar(200) NOT NULL,
|
||||
`INSTANCE_NAME` varchar(200) NOT NULL,
|
||||
`FIRED_TIME` bigint(13) NOT NULL,
|
||||
`SCHED_TIME` bigint(13) NOT NULL,
|
||||
`PRIORITY` int(11) NOT NULL,
|
||||
`STATE` varchar(16) NOT NULL,
|
||||
`JOB_NAME` varchar(200) DEFAULT NULL,
|
||||
`JOB_GROUP` varchar(200) DEFAULT NULL,
|
||||
`IS_NONCONCURRENT` varchar(1) DEFAULT NULL,
|
||||
`REQUESTS_RECOVERY` varchar(1) DEFAULT NULL,
|
||||
PRIMARY KEY (`SCHED_NAME`,`ENTRY_ID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_job_details
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_job_details`;
|
||||
CREATE TABLE `qrtz_job_details` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`JOB_NAME` varchar(200) NOT NULL,
|
||||
`JOB_GROUP` varchar(200) NOT NULL,
|
||||
`DESCRIPTION` varchar(250) DEFAULT NULL,
|
||||
`JOB_CLASS_NAME` varchar(250) NOT NULL,
|
||||
`IS_DURABLE` varchar(1) NOT NULL,
|
||||
`IS_NONCONCURRENT` varchar(1) NOT NULL,
|
||||
`IS_UPDATE_DATA` varchar(1) NOT NULL,
|
||||
`REQUESTS_RECOVERY` varchar(1) NOT NULL,
|
||||
`JOB_DATA` blob,
|
||||
PRIMARY KEY (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_locks
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_locks`;
|
||||
CREATE TABLE `qrtz_locks` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`LOCK_NAME` varchar(40) NOT NULL,
|
||||
PRIMARY KEY (`SCHED_NAME`,`LOCK_NAME`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_paused_trigger_grps
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_paused_trigger_grps`;
|
||||
CREATE TABLE `qrtz_paused_trigger_grps` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`TRIGGER_GROUP` varchar(200) NOT NULL,
|
||||
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_GROUP`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_scheduler_state
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_scheduler_state`;
|
||||
CREATE TABLE `qrtz_scheduler_state` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`INSTANCE_NAME` varchar(200) NOT NULL,
|
||||
`LAST_CHECKIN_TIME` bigint(13) NOT NULL,
|
||||
`CHECKIN_INTERVAL` bigint(13) NOT NULL,
|
||||
PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_simple_triggers
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_simple_triggers`;
|
||||
CREATE TABLE `qrtz_simple_triggers` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`TRIGGER_NAME` varchar(200) NOT NULL,
|
||||
`TRIGGER_GROUP` varchar(200) NOT NULL,
|
||||
`REPEAT_COUNT` bigint(7) NOT NULL,
|
||||
`REPEAT_INTERVAL` bigint(12) NOT NULL,
|
||||
`TIMES_TRIGGERED` bigint(10) NOT NULL,
|
||||
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
|
||||
CONSTRAINT `qrtz_simple_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_simprop_triggers
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_simprop_triggers`;
|
||||
CREATE TABLE `qrtz_simprop_triggers` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`TRIGGER_NAME` varchar(200) NOT NULL,
|
||||
`TRIGGER_GROUP` varchar(200) NOT NULL,
|
||||
`STR_PROP_1` varchar(512) DEFAULT NULL,
|
||||
`STR_PROP_2` varchar(512) DEFAULT NULL,
|
||||
`STR_PROP_3` varchar(512) DEFAULT NULL,
|
||||
`INT_PROP_1` int(11) DEFAULT NULL,
|
||||
`INT_PROP_2` int(11) DEFAULT NULL,
|
||||
`LONG_PROP_1` bigint(20) DEFAULT NULL,
|
||||
`LONG_PROP_2` bigint(20) DEFAULT NULL,
|
||||
`DEC_PROP_1` decimal(13,4) DEFAULT NULL,
|
||||
`DEC_PROP_2` decimal(13,4) DEFAULT NULL,
|
||||
`BOOL_PROP_1` varchar(1) DEFAULT NULL,
|
||||
`BOOL_PROP_2` varchar(1) DEFAULT NULL,
|
||||
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
|
||||
CONSTRAINT `qrtz_simprop_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_triggers
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `qrtz_triggers`;
|
||||
CREATE TABLE `qrtz_triggers` (
|
||||
`SCHED_NAME` varchar(120) NOT NULL,
|
||||
`TRIGGER_NAME` varchar(200) NOT NULL,
|
||||
`TRIGGER_GROUP` varchar(200) NOT NULL,
|
||||
`JOB_NAME` varchar(200) NOT NULL,
|
||||
`JOB_GROUP` varchar(200) NOT NULL,
|
||||
`DESCRIPTION` varchar(250) DEFAULT NULL,
|
||||
`NEXT_FIRE_TIME` bigint(13) DEFAULT NULL,
|
||||
`PREV_FIRE_TIME` bigint(13) DEFAULT NULL,
|
||||
`PRIORITY` int(11) DEFAULT NULL,
|
||||
`TRIGGER_STATE` varchar(16) NOT NULL,
|
||||
`TRIGGER_TYPE` varchar(8) NOT NULL,
|
||||
`START_TIME` bigint(13) NOT NULL,
|
||||
`END_TIME` bigint(13) DEFAULT NULL,
|
||||
`CALENDAR_NAME` varchar(200) DEFAULT NULL,
|
||||
`MISFIRE_INSTR` smallint(2) DEFAULT NULL,
|
||||
`JOB_DATA` blob,
|
||||
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
|
||||
KEY `SCHED_NAME` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`) USING BTREE,
|
||||
CONSTRAINT `qrtz_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) REFERENCES `qrtz_job_details` (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
@ -0,0 +1,28 @@
|
||||
package com.zhonghe.active4j;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* 入口启动类
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@SpringBootApplication(scanBasePackages = {"org.jeecg.modules.jmreport", "com.zhonghe.active4j"})
|
||||
@EnableScheduling //开启定时任务注解
|
||||
@Slf4j
|
||||
public class Active4jbootApplication {
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
log.info("============服务开始启动=============");
|
||||
SpringApplication.run(Active4jbootApplication.class, args);
|
||||
log.info("============服务启动成功=============");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,33 @@
|
||||
package com.zhonghe.active4j.common.constant;
|
||||
|
||||
|
||||
/**
|
||||
* 全局常量类
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class GlobalConstant {
|
||||
|
||||
/**
|
||||
* 验证码存放Key
|
||||
*/
|
||||
public static final String SESSION_KEY_OF_RAND_CODE = "randCode"; // todo 要统一常量
|
||||
|
||||
/**
|
||||
* layui表格默认排序赋值的字段
|
||||
*/
|
||||
public static final String Order_Field = "field";//排序字段
|
||||
public static final String Order_Type = "order";//排序类型
|
||||
|
||||
/**
|
||||
* 没有权限进行此操作
|
||||
*/
|
||||
public static final String Err_Msg_No_Auth = "没有权限进行此操作";
|
||||
public static final String Err_Msg_All = "系统错误,请联系管理员";
|
||||
|
||||
/**
|
||||
* 默认创建人
|
||||
*/
|
||||
public static final String Default_Create_Name = "system";
|
||||
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
package com.zhonghe.active4j.common.controller;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import org.springframework.web.bind.WebDataBinder;
|
||||
import org.springframework.web.bind.annotation.InitBinder;
|
||||
|
||||
import com.zhonghe.active4j.core.config.web.DateConvertEditor;
|
||||
import com.zhonghe.active4j.core.config.web.IntegerConvertEditor;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* 基础controller
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Slf4j
|
||||
public class BaseController {
|
||||
|
||||
|
||||
@InitBinder
|
||||
public void initBinder(WebDataBinder binder) {
|
||||
// Date 类型转换
|
||||
binder.registerCustomEditor(Date.class, new DateConvertEditor());
|
||||
binder.registerCustomEditor(int.class, new IntegerConvertEditor());
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,33 @@
|
||||
package com.zhonghe.active4j.core.annotation;
|
||||
|
||||
import static java.lang.annotation.ElementType.METHOD;
|
||||
import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||
|
||||
import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.Inherited;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
import com.zhonghe.active4j.core.model.LogType;
|
||||
|
||||
/**
|
||||
* 自定义日志注解
|
||||
*
|
||||
* @author 38943
|
||||
*
|
||||
*/
|
||||
@Documented
|
||||
@Retention(RUNTIME)
|
||||
@Target(METHOD)
|
||||
@Inherited
|
||||
public @interface Log {
|
||||
// 类型
|
||||
LogType type();
|
||||
|
||||
// 名称
|
||||
String name() default "";
|
||||
|
||||
// 备注
|
||||
String memo() default "";
|
||||
|
||||
}
|
@ -0,0 +1,59 @@
|
||||
package com.zhonghe.active4j.core.beetl.tag;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import com.baomidou.mybatisplus.core.toolkit.StringUtils;
|
||||
import com.zhonghe.active4j.core.util.ShiroUtils;
|
||||
|
||||
/**
|
||||
* 页面Button按钮 主要为了权限控制
|
||||
*
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class ButtonTag extends CommonParamsTag {
|
||||
|
||||
private String id;
|
||||
|
||||
private String layEvent;
|
||||
|
||||
private String label;
|
||||
|
||||
private String cssClass;
|
||||
|
||||
private String permission;
|
||||
|
||||
@Override
|
||||
public void render() {
|
||||
|
||||
// 参数赋值
|
||||
if (args.length > 1) {
|
||||
this.id = this.getParameterString("id");
|
||||
this.layEvent = this.getParameterString("layEvent");
|
||||
this.label = this.getParameterString("label");
|
||||
this.cssClass = this.getParameterString("cssClass");
|
||||
this.permission = this.getParameterString("permission");
|
||||
}
|
||||
|
||||
StringBuffer sb = new StringBuffer();
|
||||
|
||||
//有权限才显示
|
||||
if(StringUtils.isEmpty(permission) || ShiroUtils.hasPermission(permission)) {
|
||||
sb = sb.append("<button class=\"").append(this.cssClass).append("\"").append(" lay-event=\"").append(this.layEvent)
|
||||
.append("\"");
|
||||
if(StringUtils.isNotEmpty(this.id)) {
|
||||
sb = sb.append(" id=\"").append(id).append("\"");
|
||||
}
|
||||
|
||||
sb = sb.append(">").append(this.label).append("</button>");
|
||||
}
|
||||
|
||||
try {
|
||||
this.ctx.byteWriter.writeString(sb.toString());
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,42 @@
|
||||
package com.zhonghe.active4j.core.beetl.tag;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import com.baomidou.mybatisplus.core.toolkit.StringUtils;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* 页面脚本文件
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
public class JsBaseTag extends CommonParamsTag {
|
||||
|
||||
//页面脚本文件
|
||||
private String jsFile;
|
||||
|
||||
@Override
|
||||
public void render() {
|
||||
if(args.length > 1) {
|
||||
this.jsFile = this.getParameterString("jsFile");
|
||||
}
|
||||
|
||||
StringBuffer sb = new StringBuffer();
|
||||
|
||||
if(StringUtils.isNotEmpty(jsFile)) {
|
||||
sb = sb.append("<script src=\"").append(this.getJsFile()).append("\"></script>");
|
||||
}
|
||||
|
||||
try {
|
||||
this.ctx.byteWriter.writeString(sb.toString());
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,59 @@
|
||||
package com.zhonghe.active4j.core.beetl.tag;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import com.baomidou.mybatisplus.core.toolkit.StringUtils;
|
||||
import com.zhonghe.active4j.core.util.ShiroUtils;
|
||||
|
||||
/**
|
||||
* 页面a link标签 主要为了权限控制
|
||||
*
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class LinkTag extends CommonParamsTag {
|
||||
|
||||
private String id;
|
||||
|
||||
private String layEvent;
|
||||
|
||||
private String label;
|
||||
|
||||
private String cssClass;
|
||||
|
||||
private String permission;
|
||||
|
||||
@Override
|
||||
public void render() {
|
||||
|
||||
// 参数赋值
|
||||
if (args.length > 1) {
|
||||
this.id = this.getParameterString("id");
|
||||
this.layEvent = this.getParameterString("layEvent");
|
||||
this.label = this.getParameterString("label");
|
||||
this.cssClass = this.getParameterString("cssClass");
|
||||
this.permission = this.getParameterString("permission");
|
||||
}
|
||||
|
||||
StringBuffer sb = new StringBuffer();
|
||||
|
||||
//有权限才显示
|
||||
if(StringUtils.isEmpty(permission) || ShiroUtils.hasPermission(permission)) {
|
||||
sb = sb.append("<a class=\"").append(this.cssClass).append("\"").append(" lay-event=\"").append(this.layEvent)
|
||||
.append("\"");
|
||||
if(StringUtils.isNotEmpty(this.id)) {
|
||||
sb = sb.append(" id=\"").append(id).append("\"");
|
||||
}
|
||||
|
||||
sb = sb.append(">").append(this.label).append("</a>");
|
||||
}
|
||||
|
||||
try {
|
||||
this.ctx.byteWriter.writeString(sb.toString());
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
package com.zhonghe.active4j.core.beetl.tag;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Map;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
import com.zhonghe.active4j.system.util.SystemUtils;
|
||||
|
||||
/**
|
||||
* 显示radio的控件 取值数据字典
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class RadioTag extends CommonParamsTag {
|
||||
|
||||
private String name;
|
||||
|
||||
private String defaultValue;
|
||||
|
||||
private String dicCode;
|
||||
|
||||
@Override
|
||||
public void render() {
|
||||
//参数赋值
|
||||
if(args.length > 1) {
|
||||
this.name = this.getParameterString("name");
|
||||
this.defaultValue = this.getParameterString("defaultValue");
|
||||
this.dicCode = this.getParameterString("dicCode");
|
||||
}
|
||||
|
||||
StringBuffer sb = new StringBuffer();
|
||||
Map<String, String> map = SystemUtils.getDictionaryMap(dicCode);
|
||||
|
||||
if(null != map && map.keySet().size() > 0) {
|
||||
for(String key : map.keySet()) {
|
||||
if(StringUtils.equals(key, defaultValue)) {
|
||||
sb = sb.append("<input type=\"radio\" name=\"").append(this.name).append("\" value=\"").append(key).append("\" title=\"").append(map.get(key)).append("\" checked>");
|
||||
}else {
|
||||
sb = sb.append("<input type=\"radio\" name=\"").append(this.name).append("\" value=\"").append(key).append("\" title=\"").append(map.get(key)).append("\">");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
try {
|
||||
this.ctx.byteWriter.writeString(sb.toString());
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
package com.zhonghe.active4j.core.config;
|
||||
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
||||
|
||||
import com.alibaba.druid.pool.DruidDataSource;
|
||||
import com.baomidou.mybatisplus.annotation.DbType;
|
||||
import com.baomidou.mybatisplus.extension.plugins.OptimisticLockerInterceptor;
|
||||
import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor;
|
||||
import com.zhonghe.active4j.core.config.properties.DataSourceProperties;
|
||||
|
||||
|
||||
/**
|
||||
* 数据库相关配置
|
||||
* 使用Mybatis plus插件: 基于mybatis
|
||||
* 使用druid的连接池
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Configuration
|
||||
@EnableTransactionManagement
|
||||
@MapperScan(basePackages = {"com.zhonghe.**.dao"})
|
||||
public class DbConfig {
|
||||
|
||||
@Autowired
|
||||
private DataSourceProperties dataSourceProperties;
|
||||
|
||||
/**
|
||||
* 初始化properties
|
||||
* @return
|
||||
*/
|
||||
@Bean
|
||||
@ConfigurationProperties(prefix = "spring.datasource")
|
||||
public DataSourceProperties dataSourceProperties() {
|
||||
return new DataSourceProperties();
|
||||
}
|
||||
|
||||
/**
|
||||
* druid数据库连接池
|
||||
*/
|
||||
@Bean(initMethod = "init", destroyMethod="close")
|
||||
public DruidDataSource dataSource() {
|
||||
DruidDataSource dataSource = new DruidDataSource();
|
||||
dataSourceProperties.initTo(dataSource);
|
||||
return dataSource;
|
||||
}
|
||||
|
||||
/**
|
||||
* mybatis-plus分页插件
|
||||
*/
|
||||
@Bean
|
||||
public PaginationInterceptor paginationInterceptor() {
|
||||
PaginationInterceptor paginationInterceptor = new PaginationInterceptor();
|
||||
paginationInterceptor.setDialectType(DbType.MYSQL.getDb());
|
||||
return paginationInterceptor;
|
||||
}
|
||||
|
||||
/**
|
||||
* 乐观锁插件
|
||||
* @return
|
||||
*/
|
||||
@Bean
|
||||
public OptimisticLockerInterceptor optimisticLockerInterceptor() {
|
||||
return new OptimisticLockerInterceptor();
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package com.zhonghe.active4j.core.config;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* spring mvc web相关配置
|
||||
*
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Configuration
|
||||
public class WebConfig {
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
package com.zhonghe.active4j.core.config.properties;
|
||||
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
|
||||
/**
|
||||
* 验证码
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Configuration
|
||||
@ConfigurationProperties(prefix = "vercode")
|
||||
@Data
|
||||
public class VerCodeProperties {
|
||||
|
||||
|
||||
private int randCodeLength;
|
||||
|
||||
private String randCodeType;
|
||||
}
|
@ -0,0 +1,45 @@
|
||||
package com.zhonghe.active4j.core.config.web;
|
||||
|
||||
import java.beans.PropertyEditorSupport;
|
||||
import java.text.ParseException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* 日期类型的转换器
|
||||
*
|
||||
*/
|
||||
public class DateConvertEditor extends PropertyEditorSupport {
|
||||
private SimpleDateFormat datetimeFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||
private SimpleDateFormat datetime2Format = new SimpleDateFormat("yyyy-MM-dd HH:mm");
|
||||
private SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
|
||||
private SimpleDateFormat timeFormat = new SimpleDateFormat("HH:mm");
|
||||
public void setAsText(String text) throws IllegalArgumentException {
|
||||
if (StringUtils.hasText(text)) {
|
||||
try {
|
||||
if(text.indexOf(":") > 0 && text.length() == 5){
|
||||
setValue(this.timeFormat.parse(text));
|
||||
}else if (text.indexOf(":") == -1 && text.length() == 10) {
|
||||
setValue(this.dateFormat.parse(text));
|
||||
} else if (text.indexOf(":") > 0 && text.length() == 19) {
|
||||
setValue(this.datetimeFormat.parse(text));
|
||||
} else if (text.indexOf(":") > 0 && text.length() == 16) {
|
||||
setValue(this.datetime2Format.parse(text));
|
||||
} else if (text.indexOf(":") > 0 && text.length() == 21) {
|
||||
text = text.replace(".0", "");
|
||||
setValue(this.datetimeFormat.parse(text));
|
||||
} else {
|
||||
throw new IllegalArgumentException(
|
||||
"Could not parse date, date format is error ");
|
||||
}
|
||||
} catch (ParseException ex) {
|
||||
IllegalArgumentException iae = new IllegalArgumentException(
|
||||
"Could not parse date: " + ex.getMessage());
|
||||
iae.initCause(ex);
|
||||
throw iae;
|
||||
}
|
||||
} else {
|
||||
setValue(null);
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
package com.zhonghe.active4j.core.init;
|
||||
|
||||
import org.springframework.beans.factory.DisposableBean;
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import com.zhonghe.active4j.core.threadpool.ThreadPoolManager;
|
||||
import com.zhonghe.active4j.system.service.SystemService;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
/**
|
||||
* 初始化启动执行
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Slf4j
|
||||
@Configuration
|
||||
public class CommonStartConfig implements InitializingBean, DisposableBean {
|
||||
|
||||
@Autowired
|
||||
private SystemService systemService;
|
||||
|
||||
/**
|
||||
* spring初始化执行
|
||||
*/
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
log.info("---------------初始化启动执行---------------");
|
||||
|
||||
//系统初始化数据字典
|
||||
systemService.initDictionary();
|
||||
//系统初始化部门数据
|
||||
systemService.initDeparts();
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 容器销毁执行
|
||||
*/
|
||||
@Override
|
||||
public void destroy() throws Exception {
|
||||
log.info("---------------容器销毁启动执行---------------");
|
||||
|
||||
//关闭线程池
|
||||
ThreadPoolManager.me().shutdown();
|
||||
|
||||
log.info("---------------容器销毁启动执行完成---------------");
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,57 @@
|
||||
package com.zhonghe.active4j.core.model;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* ajax json 公共返回结果
|
||||
*
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
public class AjaxJson {
|
||||
|
||||
private boolean success = true;// 是否成功
|
||||
private String msg = "操作成功";// 提示信息
|
||||
private Object obj = null;// 其他信息
|
||||
private Map<String, Object> attributes;// 其他参数
|
||||
|
||||
|
||||
/**
|
||||
* @description
|
||||
* 转换为json字符串
|
||||
* @return String
|
||||
* @author 麻木神
|
||||
* @time 2019年12月11日 下午5:29:56
|
||||
*/
|
||||
public String toJsonStr() {
|
||||
JSONObject obj = new JSONObject();
|
||||
obj.put("success", this.isSuccess());
|
||||
obj.put("msg", this.getMsg());
|
||||
obj.put("obj", this.obj);
|
||||
obj.put("attributes", this.attributes);
|
||||
return obj.toJSONString();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 直接返回错误信息
|
||||
* @param msg
|
||||
* @return
|
||||
*/
|
||||
public static String getErrorStr(String msg) {
|
||||
AjaxJson j = new AjaxJson();
|
||||
j.setSuccess(false);
|
||||
j.setMsg(msg);
|
||||
|
||||
return JSON.toJSONString(j);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.zhonghe.active4j.core.model;
|
||||
|
||||
public enum LogType {
|
||||
login, logout, save, insert, del, update, timer, normal, abnormal;
|
||||
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
package com.zhonghe.active4j.core.model;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class PageInfo<T> {
|
||||
|
||||
private long page;
|
||||
|
||||
private long limit;
|
||||
|
||||
public Page<T> getPageEntity() {
|
||||
|
||||
return new Page<T>(this.getPage(), this.getLimit());
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
package com.zhonghe.active4j.core.model;
|
||||
|
||||
public enum QueryCondition {
|
||||
eq, like, range
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
package com.zhonghe.active4j.core.model;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* 公共返回实体
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
public class ResultJson {
|
||||
|
||||
private int code = 0;
|
||||
|
||||
private boolean success = true;
|
||||
|
||||
private String msg = "操作成功";
|
||||
|
||||
private Object data;
|
||||
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
package com.zhonghe.active4j.core.model;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 树形结构
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class TreeModel {
|
||||
|
||||
|
||||
private String id;
|
||||
|
||||
private String label;
|
||||
|
||||
private List<TreeModel> children;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(String id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public String getLabel() {
|
||||
return label;
|
||||
}
|
||||
|
||||
public void setLabel(String label) {
|
||||
this.label = label;
|
||||
}
|
||||
|
||||
public List<TreeModel> getChildren() {
|
||||
return children;
|
||||
}
|
||||
|
||||
public void setChildren(List<TreeModel> children) {
|
||||
this.children = children;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,143 @@
|
||||
package com.zhonghe.active4j.core.query;
|
||||
|
||||
import java.lang.reflect.Field;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
||||
import com.zhonghe.active4j.common.constant.GlobalConstant;
|
||||
import com.zhonghe.active4j.common.entity.BaseEntity;
|
||||
import com.zhonghe.active4j.core.annotation.QueryField;
|
||||
import com.zhonghe.active4j.core.model.QueryCondition;
|
||||
import com.zhonghe.active4j.core.util.ReflectUtil;
|
||||
|
||||
|
||||
/**
|
||||
* 通用的表格查询方法 直接构造查询条件
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class QueryUtils {
|
||||
|
||||
|
||||
/**
|
||||
* 根据基础实体 实体上的注解 拼接查询条件
|
||||
* @param baseEntity 实体传值
|
||||
* @param paramsMap 日期类型的传值 _begin _end
|
||||
* @return
|
||||
*/
|
||||
public static <T> QueryWrapper<T> installQueryWrapper(BaseEntity baseEntity){
|
||||
return installQueryWrapper(baseEntity, null);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 根据基础实体 实体上的注解 拼接查询条件
|
||||
* @param baseEntity 实体传值
|
||||
* @return
|
||||
*/
|
||||
public static <T> QueryWrapper<T> installQueryWrapper(BaseEntity baseEntity, Map<String, String[]> paramsMap){
|
||||
|
||||
QueryWrapper<T> t = new QueryWrapper<T>();
|
||||
|
||||
List<Field> fields = new ArrayList<Field>();
|
||||
|
||||
Class<?> clazz = baseEntity.getClass();
|
||||
while(null != clazz) {
|
||||
fields.addAll(Arrays.asList(clazz.getDeclaredFields()));
|
||||
clazz = clazz.getSuperclass();
|
||||
}
|
||||
|
||||
//查询条件的拼接
|
||||
for(Field field : fields) {
|
||||
QueryField qf = field.getAnnotation(QueryField.class);
|
||||
|
||||
if(null != qf) {
|
||||
//字段,取的是表的列名,不是实体名
|
||||
String queryColumn = qf.queryColumn();
|
||||
//构建的查询条件
|
||||
QueryCondition conditon = qf.condition();
|
||||
|
||||
//如果是范围查询,主要是针对日期时间类型的 从 到
|
||||
if(QueryCondition.range.equals(conditon) && null != paramsMap) {
|
||||
//范围查询的开始值
|
||||
String[] beginValue = paramsMap.get(field.getName() + "_begin");
|
||||
if(null != beginValue && beginValue.length > 0) {
|
||||
if(StringUtils.isNotEmpty(beginValue[0].trim())) {
|
||||
t.ge(queryColumn, beginValue[0].trim());
|
||||
}
|
||||
}
|
||||
//范围查询的结束值
|
||||
String[] endValue = paramsMap.get(field.getName() + "_end");
|
||||
if(null != endValue && endValue.length > 0) {
|
||||
if(StringUtils.isNotEmpty(endValue[0].trim())) {
|
||||
t.le(queryColumn, endValue[0].trim());
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//普通字段查询
|
||||
else {
|
||||
//通过反射技术获取字段的值,用于拼接查询条件
|
||||
Object value = ReflectUtil.getValueByField(field, baseEntity);
|
||||
|
||||
//构建查询
|
||||
buildQueryWrapper(t, queryColumn, conditon, value);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//排序规则的处理
|
||||
String[] orderFields = paramsMap.get(GlobalConstant.Order_Field);
|
||||
String[] orderTypes = paramsMap.get(GlobalConstant.Order_Type);
|
||||
if(null != orderFields && null != orderTypes) {
|
||||
String orderField = orderFields[0].trim();
|
||||
String orderType = orderTypes[0].trim();
|
||||
if(StringUtils.equals(orderType, "asc")) {
|
||||
//升序排列
|
||||
t.orderByAsc(com.baomidou.mybatisplus.core.toolkit.StringUtils.camelToUnderline(orderField));
|
||||
}else if(StringUtils.equals(orderType, "desc")){
|
||||
//降序排列
|
||||
t.orderByDesc(com.baomidou.mybatisplus.core.toolkit.StringUtils.camelToUnderline(orderField));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return t;
|
||||
}
|
||||
|
||||
/**
|
||||
* 构建查询条件
|
||||
* @param <T>
|
||||
* @param column 列名
|
||||
* @param conditon 条件
|
||||
* @param value 值
|
||||
*/
|
||||
public static <T> void buildQueryWrapper(QueryWrapper<T> queryWrapper, String column, QueryCondition condition, Object value) {
|
||||
if(StringUtils.isNotEmpty(column) && null != value) {
|
||||
|
||||
|
||||
switch(condition) {
|
||||
case eq:
|
||||
queryWrapper.eq(column, value);
|
||||
break;
|
||||
case like:
|
||||
queryWrapper.like(column, value);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,48 @@
|
||||
package com.zhonghe.active4j.core.redis;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
|
||||
import org.springframework.data.redis.serializer.RedisSerializer;
|
||||
import org.springframework.data.redis.serializer.SerializationException;
|
||||
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.serializer.SerializerFeature;
|
||||
|
||||
|
||||
/**
|
||||
* @title FastJson2JsonRedisSerializer.java
|
||||
* @description 利用fastjson实现redis序列号
|
||||
* @time 2019年12月17日 下午4:57:27
|
||||
* @author 麻木神
|
||||
* @version 1.0
|
||||
*/
|
||||
public class FastJson2JsonRedisSerializer<T> implements RedisSerializer<T> {
|
||||
|
||||
public static final Charset DEFAULT_CHARSET = Charset.forName("UTF-8");
|
||||
|
||||
private Class<T> clazz;
|
||||
|
||||
public FastJson2JsonRedisSerializer(Class<T> clazz) {
|
||||
super();
|
||||
this.clazz = clazz;
|
||||
}
|
||||
|
||||
@Override
|
||||
public byte[] serialize(T t) throws SerializationException {
|
||||
if (t == null) {
|
||||
return new byte[0];
|
||||
}
|
||||
return JSON.toJSONString(t, SerializerFeature.WriteClassName).getBytes(DEFAULT_CHARSET);
|
||||
}
|
||||
|
||||
@Override
|
||||
public T deserialize(byte[] bytes) throws SerializationException {
|
||||
if (bytes == null || bytes.length <= 0) {
|
||||
return null;
|
||||
}
|
||||
String str = new String(bytes, DEFAULT_CHARSET);
|
||||
|
||||
return (T) JSON.parseObject(str, clazz);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,41 @@
|
||||
package com.zhonghe.active4j.core.redis;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.data.redis.connection.RedisConnectionFactory;
|
||||
import org.springframework.data.redis.core.RedisTemplate;
|
||||
import org.springframework.data.redis.serializer.StringRedisSerializer;
|
||||
|
||||
/**
|
||||
* @title RedisConfig.java
|
||||
* @description
|
||||
redis 配置类
|
||||
* @time 2019年12月17日 下午4:41:31
|
||||
* @author 麻木神
|
||||
* @version 1.0
|
||||
*/
|
||||
@Configuration
|
||||
public class RedisConfig {
|
||||
|
||||
|
||||
@Bean
|
||||
@SuppressWarnings("all")
|
||||
public RedisTemplate<String, Object> redisTemplate(RedisConnectionFactory factory) {
|
||||
RedisTemplate<String, Object> template = new RedisTemplate<String, Object>();
|
||||
template.setConnectionFactory(factory);
|
||||
|
||||
FastJson2JsonRedisSerializer fastJsonRedisSerializer = new FastJson2JsonRedisSerializer(Object.class);
|
||||
StringRedisSerializer stringRedisSerializer = new StringRedisSerializer();
|
||||
// key采用String的序列化方式
|
||||
template.setKeySerializer(stringRedisSerializer);
|
||||
// hash的key也采用String的序列化方式
|
||||
template.setHashKeySerializer(stringRedisSerializer);
|
||||
// value序列化方式采用jackson
|
||||
template.setValueSerializer(fastJsonRedisSerializer);
|
||||
// hash的value序列化方式采用jackson
|
||||
template.setHashValueSerializer(fastJsonRedisSerializer);
|
||||
template.afterPropertiesSet();
|
||||
return template;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,35 @@
|
||||
package com.zhonghe.active4j.core.redis;
|
||||
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* @title RedisPropertiesLoader.java
|
||||
* @description
|
||||
redis属性加载器 集成shiro时使用
|
||||
* @time 2019年12月17日 下午2:58:24
|
||||
* @author 麻木神
|
||||
* @version 1.0
|
||||
*/
|
||||
@ConfigurationProperties(prefix="spring.redis")
|
||||
@Configuration
|
||||
@ConditionalOnProperty(prefix="spring.redis",value={"host", "port", "password", "timeout", "database"}, matchIfMissing=false)
|
||||
@Getter
|
||||
@Setter
|
||||
public class RedisPropertiesLoader {
|
||||
|
||||
private String host;
|
||||
|
||||
private int port;
|
||||
|
||||
private String password;
|
||||
|
||||
private int timeout;
|
||||
|
||||
private int database;
|
||||
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
package com.zhonghe.active4j.core.sa_token;
|
||||
|
||||
import cn.dev33.satoken.interceptor.SaInterceptor;
|
||||
import cn.dev33.satoken.stp.StpUtil;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
||||
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
||||
|
||||
@Configuration
|
||||
public class SaTokenConfigure implements WebMvcConfigurer {
|
||||
// 注册拦截器
|
||||
@Override
|
||||
public void addInterceptors(InterceptorRegistry registry) {
|
||||
// 注册 Sa-Token 拦截器,校验规则为 StpUtil.checkLogin() 登录校验。
|
||||
registry.addInterceptor(new SaInterceptor(handle -> StpUtil.checkLogin()))
|
||||
.addPathPatterns("/**")
|
||||
.excludePathPatterns("/login/login");
|
||||
}
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
package com.zhonghe.active4j.core.session;
|
||||
|
||||
|
||||
/**
|
||||
* @title GlobalSessionConstant.java
|
||||
* @description
|
||||
session使用全局常量
|
||||
* @time 2019年12月6日 上午9:28:33
|
||||
* @author 麻木神
|
||||
* @version 1.0
|
||||
*/
|
||||
public class GlobalSessionConstant {
|
||||
|
||||
//操作系统
|
||||
public static final String SESSION_OS = "session_os";
|
||||
|
||||
//浏览器
|
||||
public static final String SESSION_BROWSER = "session_browser";
|
||||
|
||||
//用户
|
||||
public static final String SESSION_USER = "user";
|
||||
|
||||
/**
|
||||
* session最后保存时间
|
||||
*/
|
||||
public static final String SESSION_SAVE_TIME = "session_save_time";
|
||||
|
||||
//session是否需要保存
|
||||
public static final String SESSION_NEED_SAVE = "session_need_save";
|
||||
}
|
@ -0,0 +1,52 @@
|
||||
package com.zhonghe.active4j.core.session;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
import org.apache.shiro.session.Session;
|
||||
import org.apache.shiro.session.mgt.SessionContext;
|
||||
import org.apache.shiro.session.mgt.SessionFactory;
|
||||
import org.apache.shiro.session.mgt.SimpleSession;
|
||||
import org.apache.shiro.web.session.mgt.WebSessionContext;
|
||||
|
||||
import com.zhonghe.active4j.core.util.DateUtils;
|
||||
import com.zhonghe.active4j.core.util.IpUtil;
|
||||
import com.zhonghe.active4j.core.util.RequestUtil;
|
||||
|
||||
import eu.bitwalker.useragentutils.UserAgent;
|
||||
|
||||
/**
|
||||
* @title MySessionFactory.java
|
||||
* @description 自定义session factory 赋值浏览器、操作系统等信息
|
||||
* @time 2019年12月6日 上午9:20:57
|
||||
* @author 麻木神
|
||||
* @version 1.0
|
||||
*/
|
||||
public class MySessionFactory implements SessionFactory {
|
||||
|
||||
@Override
|
||||
public Session createSession(SessionContext initData) {
|
||||
SimpleSession session = new SimpleSession();
|
||||
|
||||
if (initData != null && initData instanceof WebSessionContext) {
|
||||
WebSessionContext sessionContext = (WebSessionContext) initData;
|
||||
HttpServletRequest request = (HttpServletRequest) sessionContext.getServletRequest();
|
||||
if (null != request) {
|
||||
UserAgent userAgent = UserAgent.parseUserAgentString(RequestUtil.getRequest().getHeader("User-Agent"));
|
||||
// 获取客户端操作系统
|
||||
String os = userAgent.getOperatingSystem().getName();
|
||||
// 获取客户端浏览器
|
||||
String browser = userAgent.getBrowser().getName();
|
||||
session.setHost(IpUtil.getIpAddr(request));
|
||||
|
||||
//借用session的attribute赋值
|
||||
session.setAttribute(GlobalSessionConstant.SESSION_OS, os);
|
||||
session.setAttribute(GlobalSessionConstant.SESSION_BROWSER, browser);
|
||||
session.setAttribute(GlobalSessionConstant.SESSION_SAVE_TIME, DateUtils.getNow());
|
||||
session.setAttribute(GlobalSessionConstant.SESSION_NEED_SAVE, false);
|
||||
}
|
||||
}
|
||||
|
||||
return session;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,122 @@
|
||||
package com.zhonghe.active4j.core.sm;
|
||||
|
||||
import cn.org.bjca.client.security.SecurityEngineDeal;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import java.io.*;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
|
||||
public class FileEnDe {
|
||||
public static String encryptFile(@RequestParam("file") MultipartFile file) {
|
||||
try {
|
||||
// 加载证书库
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
SecurityEngineDeal sed =
|
||||
SecurityEngineDeal.getInstance("SVSDefault");
|
||||
String key = sed.genRandom(24);
|
||||
String savePath = "upfiles/";
|
||||
String inFile = file.getOriginalFilename();
|
||||
|
||||
String fileName = file.getOriginalFilename().substring(0, file.getOriginalFilename().lastIndexOf("."));
|
||||
|
||||
File directory = new File(savePath);
|
||||
if (!directory.exists()) {
|
||||
directory.mkdirs();
|
||||
}
|
||||
|
||||
//Path path = Paths.get("upfiles/keys/key"+ inFile);
|
||||
|
||||
Path path = Paths.get("src/main/resources/upfiles/keys/key" + fileName + ".txt");
|
||||
|
||||
Files.write(path, key.getBytes(StandardCharsets.UTF_8));
|
||||
|
||||
System.out.println(key);
|
||||
|
||||
|
||||
String fileinpath = savePath + inFile;
|
||||
FileOutputStream fos = new FileOutputStream(fileinpath);
|
||||
fos.write(file.getBytes());
|
||||
fos.close();
|
||||
System.out.println(fileinpath);
|
||||
String outFile = String.valueOf(new File("src/main/resources/upfiles/fileencode/" + inFile));
|
||||
boolean encRes = sed.encryptFile(key, fileinpath, outFile);
|
||||
System.out.println(encRes);
|
||||
return "文件加密成功";
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return "文件加密失败";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//文件解密
|
||||
public static String decryptFile(MultipartFile file) {
|
||||
try {
|
||||
// 加载证书库
|
||||
SecurityEngineDeal.setProfilePath("/src/main/resources/config2");
|
||||
SecurityEngineDeal sed =
|
||||
SecurityEngineDeal.getInstance("SVSDefault");
|
||||
//String key = sed.genRandom(24);
|
||||
|
||||
String inFile = file.getOriginalFilename();
|
||||
|
||||
String fileName = file.getOriginalFilename().substring(0, file.getOriginalFilename().lastIndexOf("."));
|
||||
|
||||
|
||||
String savePath = "upfiles/";
|
||||
File directory = new File(savePath);
|
||||
if (!directory.exists()) {
|
||||
directory.mkdirs();
|
||||
}
|
||||
String filePath = savePath + inFile;
|
||||
FileOutputStream fos = new FileOutputStream(filePath);
|
||||
fos.write(file.getBytes());
|
||||
fos.close();
|
||||
|
||||
String path = String.valueOf(Paths.get("/src/main/resources/upfiles/keys/key" + fileName + ".txt"));
|
||||
String key = readFileToString(path);
|
||||
|
||||
System.out.println(key);
|
||||
System.out.println(filePath);
|
||||
String outFile = String.valueOf(new File("/src/main/resources/upfiles/filedecode/" + inFile));
|
||||
boolean decRes = sed.decryptFile(key, filePath, outFile);
|
||||
System.out.println(outFile);
|
||||
System.out.println(decRes);
|
||||
return "文件解密成功";
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return "文件解密失败";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static String readFileToString(String path) {
|
||||
// 定义返回结果
|
||||
String jsonString = "";
|
||||
BufferedReader in = null;
|
||||
try {
|
||||
in = new BufferedReader(new InputStreamReader(new FileInputStream(new File(path)), "UTF-8"));// 读取文件
|
||||
String thisLine = null;
|
||||
while ((thisLine = in.readLine()) != null) {
|
||||
jsonString += thisLine;
|
||||
}
|
||||
in.close();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
} finally {
|
||||
if (in != null) {
|
||||
try {
|
||||
in.close();
|
||||
} catch (IOException el) {
|
||||
}
|
||||
}
|
||||
}
|
||||
// 返回拼接好的JSON String
|
||||
return jsonString;
|
||||
}
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
package com.zhonghe.active4j.core.sm;
|
||||
|
||||
import cn.org.bjca.chaos.jce.provider.BJCAJCEProvider;
|
||||
|
||||
import java.security.MessageDigest;
|
||||
import java.security.Security;
|
||||
|
||||
public final class SM3 {
|
||||
public static byte[] SM3Encrypt(String strSrc){
|
||||
byte[] encrypted = new byte[0];
|
||||
try{
|
||||
if (Security.getProvider("BJCAJCE") == null){
|
||||
Security.addProvider(new BJCAJCEProvider("src/main/resources/config/config1"));
|
||||
}
|
||||
MessageDigest instant = MessageDigest.getInstance("SM3","BJCAJCE");
|
||||
encrypted = instant.digest(strSrc.getBytes());//传入原文值
|
||||
}catch (Exception e){
|
||||
e.printStackTrace();
|
||||
}
|
||||
return encrypted;
|
||||
}
|
||||
}
|
@ -0,0 +1,75 @@
|
||||
package com.zhonghe.active4j.core.sm;
|
||||
|
||||
import cn.org.bjca.client.exceptions.*;
|
||||
import cn.org.bjca.client.security.SecurityEngineDeal;
|
||||
import cn.org.bjca.exceptions.CommonClientException;
|
||||
import cn.org.bjca.utils.Base64;
|
||||
|
||||
public final class Sign {
|
||||
public static String DataSign(String strSrc) {
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
SecurityEngineDeal sed;
|
||||
String signedValue = null;
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("SVSDefault");
|
||||
byte[] data = strSrc.getBytes();
|
||||
signedValue = sed.signData(data);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException | ParameterTooLongException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return signedValue;
|
||||
}
|
||||
|
||||
public static boolean DataSignVerify(String str, String signValue) {
|
||||
//传入两个参数:
|
||||
//第一个参数为需要签名的字符串
|
||||
//第二个参数为签名结果
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
SecurityEngineDeal sed = null;
|
||||
boolean verifyRes = false;
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("SVSDefault");
|
||||
String cert = sed.getServerCertificate();
|
||||
byte[] data = str.getBytes();
|
||||
byte[] base64Decode = sed.base64Decode(signValue);
|
||||
byte[] decode = Base64.decode(signValue);
|
||||
verifyRes = sed.verifySignedData(cert, data, base64Decode);
|
||||
System.out.println(verifyRes);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException | ParameterTooLongException |
|
||||
ParameterInvalidException | UnkownException e) {
|
||||
e.printStackTrace();
|
||||
} catch (CommonClientException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
return verifyRes;
|
||||
}
|
||||
|
||||
public static String FileSign(String strSrc) {
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
SecurityEngineDeal sed;
|
||||
byte[] signedValueByte = new byte[0];
|
||||
String signedValue = null;
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("SVSDefault");
|
||||
signedValue = sed.signFile(strSrc);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return signedValue;
|
||||
}
|
||||
|
||||
public static boolean FileSignVerify(String str, String signValue) {
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
SecurityEngineDeal sed;
|
||||
boolean verifyRes = false;
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("SVSDefault");
|
||||
String cert = sed.getServerCertificate();
|
||||
verifyRes = sed.verifySignedFile(cert, str, signValue);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException | ParameterTooLongException | ParameterInvalidException | UnkownException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return verifyRes;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,166 @@
|
||||
package com.zhonghe.active4j.core.sm;
|
||||
|
||||
|
||||
import cn.org.bjca.client.exceptions.*;
|
||||
import cn.org.bjca.client.security.SecurityEngineDeal;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
//创建时间戳
|
||||
public final class TSS {
|
||||
/**
|
||||
* 时间戳创建
|
||||
* @param strSrc
|
||||
* @return
|
||||
*/
|
||||
public static String TSSCreate(String strSrc) {
|
||||
String tsReq = null;
|
||||
try {
|
||||
SecurityEngineDeal sed;
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
sed = SecurityEngineDeal.getInstance("TSSSM2");
|
||||
tsReq = sed.createTSByOriginalData(strSrc);
|
||||
} catch (ApplicationNotFoundException | InitException | SVSConnectException | ParameterTooLongException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return tsReq;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param strSrc
|
||||
* @return
|
||||
*/
|
||||
public static byte[] TSSAnalysis(String strSrc) {
|
||||
String tsInfo;
|
||||
byte[] s1 = new byte[0];
|
||||
try {
|
||||
SecurityEngineDeal sed;
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
sed = SecurityEngineDeal.getInstance("TSSSM2");
|
||||
String tsRep = sed.createTSRequest(strSrc.getBytes(), true);
|
||||
String ts = sed.createTS(tsRep);
|
||||
tsInfo = sed.getTSInfo(ts, 1);
|
||||
s1 = sed.base64Decode(tsInfo);
|
||||
//System.out.println(Arrays.toString(s1));
|
||||
} catch (ParameterTooLongException | ApplicationNotFoundException | ParameterInvalidException | InitException | SVSConnectException | ParameterOutRangeException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return s1;
|
||||
}
|
||||
|
||||
|
||||
//解析时间戳响应
|
||||
//返回:时间戳
|
||||
public static String TSSTest(String strSrc) {
|
||||
String tsInfo = null;
|
||||
try {
|
||||
SecurityEngineDeal sed;
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
sed = SecurityEngineDeal.getInstance("TSSSM2");
|
||||
String tsRep = sed.createTSRequest(strSrc.getBytes(), true);
|
||||
String ts = sed.createTS(tsRep);
|
||||
tsInfo = sed.getTSInfo(ts, 1);
|
||||
} catch (ParameterTooLongException | ApplicationNotFoundException | ParameterInvalidException | InitException | SVSConnectException | ParameterOutRangeException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return tsInfo;
|
||||
}
|
||||
|
||||
|
||||
public static int TSSVerify(String strSrc) {
|
||||
int verifyRes = 0;
|
||||
try {
|
||||
SecurityEngineDeal sed;
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
sed = SecurityEngineDeal.getInstance("TSSSM2");
|
||||
String tsReq = sed.createTSRequest(strSrc.getBytes(), true);
|
||||
String tsRep = sed.createTS(tsReq);
|
||||
verifyRes = sed.verifyTS(tsRep, strSrc.getBytes());
|
||||
//System.out.println(verifyRes);
|
||||
|
||||
} catch (ApplicationNotFoundException | InitException | SVSConnectException | ParameterTooLongException | ParameterInvalidException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return verifyRes;
|
||||
}
|
||||
|
||||
public static String createTSByOriginalData(String inData) {
|
||||
SecurityEngineDeal sed;
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
String tsRep = null;
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("TSSSM2");
|
||||
tsRep = sed.createTSByOriginalData(inData);
|
||||
} catch (SVSConnectException e) {
|
||||
e.printStackTrace();
|
||||
} catch (ApplicationNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
} catch (InitException e) {
|
||||
e.printStackTrace();
|
||||
} catch (ParameterTooLongException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return tsRep;
|
||||
}
|
||||
|
||||
public static boolean verifyTimeStamp (String tsRep) {
|
||||
SecurityEngineDeal sed;
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
boolean verifyRes = false;
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("TSSSM2");
|
||||
verifyRes = sed.verifyTimeStamp(tsRep);
|
||||
} catch (SVSConnectException e) {
|
||||
e.printStackTrace();
|
||||
} catch (ApplicationNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
} catch (InitException e) {
|
||||
e.printStackTrace();
|
||||
} catch (ParameterTooLongException e) {
|
||||
e.printStackTrace();
|
||||
} catch (ParameterInvalidException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return verifyRes;
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建时间戳响应
|
||||
* @param inData
|
||||
* @return
|
||||
*/
|
||||
public static String createTS(String inData) {
|
||||
SecurityEngineDeal sed;
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
String tsRep = null;
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("TSSSM2");
|
||||
String tsReq = sed.createTSRequest(inData.getBytes(), true);
|
||||
tsRep = sed.createTS(tsReq);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | ParameterTooLongException | InitException |
|
||||
ParameterInvalidException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return tsRep;
|
||||
}
|
||||
|
||||
/**
|
||||
* 解析时间戳
|
||||
*/
|
||||
public static String getTSInfo(String tsRep, int type) {
|
||||
SecurityEngineDeal sed;
|
||||
SecurityEngineDeal.setProfilePath("src/main/resources/config/config2");
|
||||
String tsInfo = null;
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("TSSSM2");
|
||||
tsInfo = sed.getTSInfo(tsRep, type);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException | ParameterInvalidException |
|
||||
ParameterTooLongException | ParameterOutRangeException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return tsInfo;
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,88 @@
|
||||
package com.zhonghe.active4j.core.threadpool;
|
||||
|
||||
import java.util.concurrent.LinkedBlockingQueue;
|
||||
import java.util.concurrent.ThreadPoolExecutor;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* @title ThreadPoolConfig.java
|
||||
* @description
|
||||
系统共用线程池 配置
|
||||
* @time 2019年12月4日 下午4:24:02
|
||||
* @author 麻木神
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
@Configuration
|
||||
@Slf4j
|
||||
public class ThreadPoolConfig {
|
||||
|
||||
|
||||
@Autowired
|
||||
private ThreadPoolProperties loader;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 线程池的初始化 采用spring线程池 二选一
|
||||
* @return ThreadPoolTaskExecutor
|
||||
* @author 麻木神
|
||||
* @time 2019年12月4日 下午5:00:52
|
||||
*/
|
||||
// @Bean
|
||||
// public ThreadPoolTaskExecutor threadPoolTaskExecutor(){
|
||||
// ThreadPoolTaskExecutor poolTask = new ThreadPoolTaskExecutor();
|
||||
// poolTask.setCorePoolSize(loader.getCorePoolSize()); //核心线程数
|
||||
// poolTask.setMaxPoolSize(loader.getMaxPoolSize()); //最大线程数
|
||||
// poolTask.setQueueCapacity(loader.getQueueCapacity()); //等待队列长度
|
||||
// poolTask.setKeepAliveSeconds(loader.getKeepAliveSeconds()); //空闲线程存活时间
|
||||
// //拒绝策略
|
||||
// poolTask.setRejectedExecutionHandler(new ThreadPoolExecutor.CallerRunsPolicy() {
|
||||
// @Override
|
||||
// public void rejectedExecution(Runnable r, ThreadPoolExecutor executor) {
|
||||
// log.warn("注意,有任务超过线程池配置");
|
||||
// if(!executor.isShutdown()) {
|
||||
// r.run();
|
||||
// }
|
||||
// }
|
||||
// });
|
||||
// return poolTask;
|
||||
// }
|
||||
|
||||
|
||||
/**
|
||||
* @description
|
||||
* 线程池的初始化 jdk方式 二选一
|
||||
* @return ThreadPoolExecutor
|
||||
* @author 麻木神
|
||||
* @time 2019年12月4日 下午5:01:14
|
||||
*/
|
||||
@Bean
|
||||
public ThreadPoolExecutor threadPoolExecutor() {
|
||||
ThreadPoolExecutor poolTask =
|
||||
new ThreadPoolExecutor(loader.getCorePoolSize(), //核心线程数
|
||||
loader.getMaxPoolSize(), //最大线程数
|
||||
loader.getKeepAliveSeconds(), //空闲线程存活时间
|
||||
TimeUnit.SECONDS, //时间单位
|
||||
new LinkedBlockingQueue<Runnable>(loader.getQueueCapacity()), //等待队列长度
|
||||
//拒绝策略
|
||||
new ThreadPoolExecutor.CallerRunsPolicy() {
|
||||
@Override
|
||||
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor) {
|
||||
log.warn("注意,有任务超过线程池配置");
|
||||
if(!executor.isShutdown()) {
|
||||
r.run();
|
||||
}
|
||||
}
|
||||
});
|
||||
return poolTask;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
package com.zhonghe.active4j.core.threadpool;
|
||||
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* @title ThreadPoolProperties.java
|
||||
* @description
|
||||
线程池参数维护
|
||||
* @time 2019年12月4日 下午4:18:45
|
||||
* @author 麻木神
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
@Component
|
||||
@ConfigurationProperties(prefix = "thread.pool")
|
||||
@Getter
|
||||
@Setter
|
||||
public class ThreadPoolProperties {
|
||||
|
||||
private int corePoolSize;
|
||||
|
||||
private int maxPoolSize;
|
||||
|
||||
private int queueCapacity;
|
||||
|
||||
private int keepAliveSeconds;
|
||||
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import org.springframework.beans.BeansException;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.ApplicationContextAware;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
public class ApplicationContextUtil implements ApplicationContextAware {
|
||||
|
||||
private static ApplicationContext context;
|
||||
|
||||
|
||||
public void setApplicationContext(ApplicationContext context)
|
||||
throws BeansException {
|
||||
this.context = context;
|
||||
}
|
||||
|
||||
public static ApplicationContext getContext() {
|
||||
return context;
|
||||
}
|
||||
}
|
@ -0,0 +1,123 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.math.RoundingMode;
|
||||
import java.text.DecimalFormat;
|
||||
import java.text.NumberFormat;
|
||||
|
||||
public class ArithUtil {
|
||||
private static final int DEF_DIV_SCALE = 10;
|
||||
|
||||
private ArithUtil() {
|
||||
}
|
||||
|
||||
// 加
|
||||
public static double add(double d1, double d2) {
|
||||
BigDecimal b1 = new BigDecimal(Double.toString(d1));
|
||||
BigDecimal b2 = new BigDecimal(Double.toString(d2));
|
||||
return b1.add(b2).doubleValue();
|
||||
|
||||
}
|
||||
|
||||
// 减
|
||||
public static double sub(double d1, double d2) {
|
||||
BigDecimal b1 = new BigDecimal(Double.toString(d1));
|
||||
BigDecimal b2 = new BigDecimal(Double.toString(d2));
|
||||
return b1.subtract(b2).doubleValue();
|
||||
|
||||
}
|
||||
|
||||
// 乘以
|
||||
public static double mul(double d1, double d2) {
|
||||
BigDecimal b1 = new BigDecimal(Double.toString(d1));
|
||||
BigDecimal b2 = new BigDecimal(Double.toString(d2));
|
||||
return b1.multiply(b2).doubleValue();
|
||||
|
||||
}
|
||||
|
||||
// 除以
|
||||
public static double div(double d1, double d2) {
|
||||
|
||||
return div(d1, d2, DEF_DIV_SCALE);
|
||||
|
||||
}
|
||||
|
||||
public static double div(double d1, double d2, int scale) {
|
||||
if (scale < 0) {
|
||||
throw new IllegalArgumentException("The scale must be a positive integer or zero");
|
||||
}
|
||||
BigDecimal b1 = new BigDecimal(Double.toString(d1));
|
||||
BigDecimal b2 = new BigDecimal(Double.toString(d2));
|
||||
return b1.divide(b2, scale, BigDecimal.ROUND_HALF_UP).doubleValue();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 计算成功率
|
||||
*
|
||||
* @param a
|
||||
* @param b
|
||||
* @return
|
||||
*/
|
||||
public static String getSuccessRate(double a, double b, NumberFormat nt) {
|
||||
// 设置百分数保留两位小数
|
||||
nt.setMinimumFractionDigits(2);
|
||||
// 计算成功率
|
||||
String successRate = "0.00%";
|
||||
if (b != 0) {
|
||||
successRate = nt.format(a / b);
|
||||
}
|
||||
|
||||
return successRate;
|
||||
}
|
||||
|
||||
/**
|
||||
* 字符串转2位小数
|
||||
*
|
||||
* @param s
|
||||
* @return
|
||||
*/
|
||||
public static String stringToTwoDecimal(String s) {
|
||||
Double a = null;
|
||||
a = Double.parseDouble(s);
|
||||
|
||||
// 四舍五入保留两位小数
|
||||
DecimalFormat df = new DecimalFormat("0.00");
|
||||
String str = df.format(a);
|
||||
|
||||
return str;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* double转2位小数
|
||||
*
|
||||
* @param s
|
||||
* @return
|
||||
*/
|
||||
public static String doubleToTwoDecimal(double s) {
|
||||
|
||||
// 四舍五入保留两位小数
|
||||
DecimalFormat df = new DecimalFormat("0.00");
|
||||
String str = df.format(s);
|
||||
|
||||
return str;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 提供精确的小数位四舍五入处理。
|
||||
*
|
||||
* @param v 需要四舍五入的数字
|
||||
* @param scale 小数点后保留几位
|
||||
* @return 四舍五入后的结果
|
||||
*/
|
||||
public static double round(double v, int scale) {
|
||||
if (scale < 0) {
|
||||
throw new IllegalArgumentException("The scale must be a positive integer or zero");
|
||||
}
|
||||
BigDecimal b = new BigDecimal(Double.toString(v));
|
||||
BigDecimal one = new BigDecimal("1");
|
||||
return b.divide(one, scale, RoundingMode.HALF_UP).doubleValue();
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
public class IpUtil {
|
||||
/**
|
||||
* 获取登录用户IP地址
|
||||
*
|
||||
* @param request
|
||||
* @return
|
||||
*/
|
||||
public static String getIpAddr(HttpServletRequest request) {
|
||||
String ip = request.getHeader("x-forwarded-for");
|
||||
if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
|
||||
ip = request.getHeader("Proxy-Client-IP");
|
||||
}
|
||||
if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
|
||||
ip = request.getHeader("WL-Proxy-Client-IP");
|
||||
}
|
||||
if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
|
||||
ip = request.getRemoteAddr();
|
||||
}
|
||||
if (ip.equals("0:0:0:0:0:0:0:1")) {
|
||||
ip = "本地";
|
||||
}
|
||||
return ip;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import java.security.MessageDigest;
|
||||
|
||||
public class Md5Util {
|
||||
|
||||
/***
|
||||
* MD5加码 生成32位md5码
|
||||
*/
|
||||
public static String string2MD5(String inStr){
|
||||
MessageDigest md5 = null;
|
||||
try{
|
||||
md5 = MessageDigest.getInstance("MD5");
|
||||
}catch (Exception e){
|
||||
e.printStackTrace();
|
||||
return "";
|
||||
}
|
||||
char[] charArray = inStr.toCharArray();
|
||||
byte[] byteArray = new byte[charArray.length];
|
||||
|
||||
for (int i = 0; i < charArray.length; i++)
|
||||
byteArray[i] = (byte) charArray[i];
|
||||
byte[] md5Bytes = md5.digest(byteArray);
|
||||
StringBuffer hexValue = new StringBuffer();
|
||||
for (int i = 0; i < md5Bytes.length; i++){
|
||||
int val = ((int) md5Bytes[i]) & 0xff;
|
||||
if (val < 16)
|
||||
hexValue.append("0");
|
||||
hexValue.append(Integer.toHexString(val));
|
||||
}
|
||||
return hexValue.toString();
|
||||
}
|
||||
|
||||
public static String MD5Encode(String origin, String charsetname) {
|
||||
String resultString = null;
|
||||
try {
|
||||
resultString = new String(origin);
|
||||
MessageDigest md = MessageDigest.getInstance("MD5");
|
||||
if (charsetname == null || "".equals(charsetname))
|
||||
resultString = byteArrayToHexString(md.digest(resultString
|
||||
.getBytes()));
|
||||
else
|
||||
resultString = byteArrayToHexString(md.digest(resultString
|
||||
.getBytes(charsetname)));
|
||||
} catch (Exception exception) {
|
||||
}
|
||||
return resultString;
|
||||
}
|
||||
|
||||
private static String byteArrayToHexString(byte b[]) {
|
||||
StringBuffer resultSb = new StringBuffer();
|
||||
for (int i = 0; i < b.length; i++)
|
||||
resultSb.append(byteToHexString(b[i]));
|
||||
|
||||
return resultSb.toString();
|
||||
}
|
||||
|
||||
private static String byteToHexString(byte b) {
|
||||
int n = b;
|
||||
if (n < 0)
|
||||
n += 256;
|
||||
int d1 = n / 16;
|
||||
int d2 = n % 16;
|
||||
return hexDigits[d1] + hexDigits[d2];
|
||||
}
|
||||
|
||||
private static final String hexDigits[] = { "0", "1", "2", "3", "4", "5",
|
||||
"6", "7", "8", "9", "a", "b", "c", "d", "e", "f" };
|
||||
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
/**
|
||||
* 自定义字符串工具类
|
||||
*
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class MyStringUtils extends StringUtils {
|
||||
|
||||
/**
|
||||
* 是否包含字符串
|
||||
*
|
||||
* @param str 验证字符串
|
||||
* @param strs 字符串组
|
||||
* @return 包含返回true
|
||||
*/
|
||||
public static boolean inStringIgnoreCase(String str, String... strs) {
|
||||
if (str != null && strs != null) {
|
||||
for (String s : strs) {
|
||||
if (str.equalsIgnoreCase(StringUtils.trim(s))) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
public class NumberUtil {
|
||||
|
||||
|
||||
/**
|
||||
* 判断输入的字符串是两位小数金额
|
||||
* @param s
|
||||
* @return
|
||||
*/
|
||||
public static boolean isDouble(String s) {
|
||||
Pattern pattern = Pattern.compile("^(([1-9]{1}\\d*)|([0]{1}))(\\.(\\d){0,2})?$"); // 判断小数点后2位的数字的正则表达式
|
||||
Matcher match = pattern.matcher(s);
|
||||
|
||||
|
||||
return match.matches();
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
/**
|
||||
* 分页工具类
|
||||
* @author 38943
|
||||
*
|
||||
*/
|
||||
public class PagerUtil {
|
||||
|
||||
public PagerUtil() {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据当前页 每页显示条数 计算当前行号
|
||||
* @param l
|
||||
* @param m
|
||||
* @return
|
||||
*/
|
||||
public static int getFirstResult(int l, int m) {
|
||||
if(l < 1) {
|
||||
return 0;
|
||||
}
|
||||
return (l - 1) * m;
|
||||
}
|
||||
}
|
@ -0,0 +1,147 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import java.lang.reflect.Field;
|
||||
import java.lang.reflect.Method;
|
||||
import java.util.Date;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* 反射工具类
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Slf4j
|
||||
public class ReflectUtil {
|
||||
|
||||
/**
|
||||
* 反射出来的基本类型
|
||||
*/
|
||||
public static final String TYPE_String = "class java.lang.String";
|
||||
public static final String TYPE_Integer = "class java.lang.Integer";
|
||||
public static final String TYPE_Double = "class java.lang.Double";
|
||||
public static final String TYPE_Boolean = "class java.lang.Boolean";
|
||||
public static final String TYPE_Date = "class java.util.Date";
|
||||
public static final String Type_Short = "class java.lang.Short";
|
||||
public static final String BASE_TYPE_Boolean = "boolean";
|
||||
public static final String BASE_TYPE_Integer = "int";
|
||||
public static final String BASE_TYPE_Long = "long";
|
||||
|
||||
|
||||
public static Object getValueByField(Field field, Object sourceObj) {
|
||||
|
||||
Object result = null;
|
||||
try {
|
||||
//如果类型是string的
|
||||
if(StringUtils.equals(field.getGenericType().toString(), TYPE_String)) {
|
||||
|
||||
// 拿到该属性的gettet方法
|
||||
|
||||
Method m = (Method) sourceObj.getClass().getMethod("get" + getMethodName(field.getName()));
|
||||
|
||||
String val = (String) m.invoke(sourceObj);// 调用getter方法获取属性值
|
||||
if (StringUtils.isNotEmpty(val)) {
|
||||
result = val;
|
||||
}
|
||||
}
|
||||
|
||||
// 如果类型是Integer
|
||||
else if (StringUtils.equals(field.getGenericType().toString(), TYPE_Integer)) {
|
||||
Method m = (Method) sourceObj.getClass().getMethod("get" + getMethodName(field.getName()));
|
||||
Integer val = (Integer) m.invoke(sourceObj);
|
||||
if (val != null) {
|
||||
result = val;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 如果类型是Double
|
||||
else if (StringUtils.equals(field.getGenericType().toString(), TYPE_Double)) {
|
||||
Method m = (Method) sourceObj.getClass().getMethod("get" + getMethodName(field.getName()));
|
||||
Double val = (Double) m.invoke(sourceObj);
|
||||
if (val != null) {
|
||||
result = val;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 如果类型是Boolean 是封装类
|
||||
else if (StringUtils.equals(field.getGenericType().toString(), TYPE_Boolean)) {
|
||||
Method m = (Method) sourceObj.getClass().getMethod(field.getName());
|
||||
Boolean val = (Boolean) m.invoke(sourceObj);
|
||||
if (val != null) {
|
||||
result = val;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 如果类型是boolean 基本数据类型不一样 这里有点说名如果定义名是 isXXX的 那就全都是isXXX的
|
||||
// 反射找不到getter的具体名
|
||||
else if (StringUtils.equals(field.getGenericType().toString(), BASE_TYPE_Boolean)) {
|
||||
Method m = (Method) sourceObj.getClass().getMethod(field.getName());
|
||||
Boolean val = (Boolean) m.invoke(sourceObj);
|
||||
if (val != null) {
|
||||
result = val;
|
||||
}
|
||||
|
||||
}
|
||||
// 如果类型是Date
|
||||
else if (StringUtils.equals(field.getGenericType().toString(), TYPE_Date)) {
|
||||
Method m = (Method) sourceObj.getClass().getMethod("get" + getMethodName(field.getName()));
|
||||
Date val = (Date) m.invoke(sourceObj);
|
||||
if (val != null) {
|
||||
result = val;
|
||||
}
|
||||
|
||||
}
|
||||
// 如果类型是Short
|
||||
else if (StringUtils.equals(field.getGenericType().toString(), Type_Short)) {
|
||||
Method m = (Method) sourceObj.getClass().getMethod("get" + getMethodName(field.getName()));
|
||||
Short val = (Short) m.invoke(sourceObj);
|
||||
if (val != null) {
|
||||
result = val;
|
||||
}
|
||||
|
||||
}
|
||||
// 如果是int类型
|
||||
else if (StringUtils.equals(field.getGenericType().toString(), BASE_TYPE_Integer)) {
|
||||
Method m = (Method) sourceObj.getClass().getMethod("get" + getMethodName(field.getName()));
|
||||
Integer val = (Integer) m.invoke(sourceObj);
|
||||
if (val != null) {
|
||||
result = val;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 如果是long类型
|
||||
else if (StringUtils.equals(field.getGenericType().toString(), BASE_TYPE_Long)) {
|
||||
Method m = (Method) sourceObj.getClass().getMethod("get" + getMethodName(field.getName()));
|
||||
Long val = (Long) m.invoke(sourceObj);
|
||||
if (val != null) {
|
||||
result = val;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 如果还需要其他的类型请自己做扩展
|
||||
}catch(Exception e) {
|
||||
log.error("通过反射获取字段值出错,错误信息:" + e.getMessage());
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
// 把一个字符串的第一个字母大写、效率是最高的、
|
||||
private static String getMethodName(String fildeName) throws Exception{
|
||||
byte[] items = fildeName.getBytes();
|
||||
items[0] = (byte) ((char) items[0] - 'a' + 'A');
|
||||
return new String(items);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,58 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
import org.springframework.web.context.request.RequestAttributes;
|
||||
import org.springframework.web.context.request.RequestContextHolder;
|
||||
import org.springframework.web.context.request.ServletRequestAttributes;
|
||||
|
||||
/**
|
||||
* 客户端请求request 工具类
|
||||
*
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class RequestUtil {
|
||||
|
||||
public static ServletRequestAttributes getRequestAttributes() {
|
||||
RequestAttributes attributes = RequestContextHolder.getRequestAttributes();
|
||||
return (ServletRequestAttributes) attributes;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取request
|
||||
*/
|
||||
public static HttpServletRequest getRequest() {
|
||||
return getRequestAttributes().getRequest();
|
||||
}
|
||||
|
||||
/**
|
||||
* 判断客户端
|
||||
*
|
||||
* @param request
|
||||
* @return
|
||||
*/
|
||||
public static boolean isAjaxRequest(HttpServletRequest request) {
|
||||
String accept = request.getHeader("accept");
|
||||
if (accept != null && accept.indexOf("application/json") != -1) {
|
||||
return true;
|
||||
}
|
||||
|
||||
String xRequestedWith = request.getHeader("X-Requested-With");
|
||||
if (xRequestedWith != null && xRequestedWith.indexOf("XMLHttpRequest") != -1) {
|
||||
return true;
|
||||
}
|
||||
|
||||
String uri = request.getRequestURI();
|
||||
if (MyStringUtils.inStringIgnoreCase(uri, ".json", ".xml")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
String ajax = request.getParameter("__ajax");
|
||||
if (MyStringUtils.inStringIgnoreCase(ajax, "json", "xml")) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,60 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.PrintWriter;
|
||||
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* 响应类 处理往客户端返回值
|
||||
*
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
@Slf4j
|
||||
public class ResponseUtil {
|
||||
|
||||
|
||||
/**
|
||||
* 将字符串写出到客户端
|
||||
* @param response
|
||||
* @param result
|
||||
*/
|
||||
public static void write(HttpServletResponse response, String result) {
|
||||
response.setContentType("text/xml;charset=utf-8");
|
||||
response.setCharacterEncoding("utf-8");
|
||||
response.setHeader("Cache-Control", "no-store");
|
||||
try {
|
||||
PrintWriter pw = response.getWriter();
|
||||
pw.write(result);
|
||||
pw.flush();
|
||||
pw.close();
|
||||
} catch (IOException e) {
|
||||
log.error("往客户端写出数据报错,错误信息:" + e.getMessage());
|
||||
log.error(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 返回json格式数据
|
||||
* @param response
|
||||
* @param result
|
||||
*/
|
||||
public static void writeJson(HttpServletResponse response, String result) {
|
||||
response.setCharacterEncoding("UTF-8");
|
||||
response.setContentType("application/json;charset=UTF-8");
|
||||
response.setHeader("Cache-Control", "no-store");
|
||||
try {
|
||||
PrintWriter pw = response.getWriter();
|
||||
pw.write(result);
|
||||
pw.flush();
|
||||
pw.close();
|
||||
} catch (IOException e) {
|
||||
log.error("往客户端写出数据报错,错误信息:" + e.getMessage());
|
||||
log.error(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,142 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import org.apache.commons.lang3.RandomStringUtils;
|
||||
import org.apache.shiro.SecurityUtils;
|
||||
import org.apache.shiro.crypto.hash.SimpleHash;
|
||||
import org.apache.shiro.session.Session;
|
||||
import org.apache.shiro.subject.Subject;
|
||||
import org.apache.shiro.util.ByteSource;
|
||||
|
||||
import com.baomidou.mybatisplus.core.toolkit.StringUtils;
|
||||
import com.zhonghe.active4j.system.model.ActiveUser;
|
||||
|
||||
|
||||
/**
|
||||
* shiro工具类
|
||||
* @author teli_
|
||||
*
|
||||
*/
|
||||
public class ShiroUtils {
|
||||
|
||||
/**
|
||||
* 加盐参数
|
||||
*/
|
||||
public final static String hashAlgorithmName = "MD5";
|
||||
|
||||
/**
|
||||
* 循环次数
|
||||
*/
|
||||
public final static int hashIterations = 2;
|
||||
|
||||
/**
|
||||
* shiro密码加密工具类
|
||||
*
|
||||
* @param credentials 密码
|
||||
* @param saltSource 密码盐
|
||||
* @return
|
||||
*/
|
||||
public static String md5(String credentials, String saltSource) {
|
||||
return new SimpleHash(hashAlgorithmName, credentials, ByteSource.Util.bytes(saltSource), hashIterations).toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成随机数 盐
|
||||
* @return
|
||||
*/
|
||||
public static String getRandomSalt() {
|
||||
String index = RandomStringUtils.random(1, "23456789");
|
||||
|
||||
String str = RandomStringUtils.random(Integer.valueOf(index), "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ");
|
||||
|
||||
return str;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前 Subject
|
||||
*
|
||||
* @return Subject
|
||||
*/
|
||||
public static Subject getSubject() {
|
||||
return SecurityUtils.getSubject();
|
||||
}
|
||||
|
||||
public static boolean hasLogin() {
|
||||
return null != getSubject() && getSubject().isAuthenticated() && null != getSubject().getPrincipals();
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否具有某种角色
|
||||
* @param
|
||||
* @return
|
||||
*/
|
||||
public static boolean hasRole(String roleCode) {
|
||||
return getSubject() != null && StringUtils.isNotEmpty(roleCode) && getSubject().hasRole(roleCode);
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否具有权限
|
||||
* @param permission
|
||||
* @return
|
||||
*/
|
||||
public static boolean hasPermission(String permission) {
|
||||
return getSubject() != null && permission != null
|
||||
&& permission.length() > 0
|
||||
&& getSubject().isPermitted(permission);
|
||||
}
|
||||
|
||||
/**
|
||||
* 从shiro获取session
|
||||
*/
|
||||
public static Session getSession() {
|
||||
return getSubject().getSession();
|
||||
}
|
||||
|
||||
/**
|
||||
* 从shiro session中取值
|
||||
* @param key
|
||||
* @return
|
||||
*/
|
||||
public static String getSessionValue(String key) {
|
||||
return (String)getSession().getAttribute(key);
|
||||
}
|
||||
|
||||
/**
|
||||
* 从shiro session中赋值
|
||||
* @param key
|
||||
* @param value
|
||||
*/
|
||||
public static void setSessionValue(String key, String value) {
|
||||
getSession().setAttribute(key, value);;
|
||||
}
|
||||
|
||||
public static void logout() {
|
||||
getSubject().logout();
|
||||
}
|
||||
|
||||
/**
|
||||
* 取得当前登录用户信息
|
||||
* @return
|
||||
*/
|
||||
public static ActiveUser getSessionUser() {
|
||||
return (ActiveUser) getSubject().getPrincipals().getPrimaryPrincipal();
|
||||
}
|
||||
|
||||
/**
|
||||
* 取得当前登录用户名
|
||||
* @return
|
||||
*/
|
||||
public static String getSessionUserName() {
|
||||
ActiveUser user = getSessionUser();
|
||||
return user.getUserName();
|
||||
}
|
||||
|
||||
/**
|
||||
* 取得当前登录用户ID
|
||||
* @return
|
||||
*/
|
||||
public static String getSessionUserId() {
|
||||
ActiveUser user = getSessionUser();
|
||||
return user.getId();
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package com.zhonghe.active4j.core.util;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
public class UUIDUtil {
|
||||
|
||||
/**
|
||||
* 获取UUID唯一主键
|
||||
* @return
|
||||
*/
|
||||
public static String getUUID(){
|
||||
UUID uuid = UUID.randomUUID();
|
||||
return uuid.toString().replace("-", "");
|
||||
}
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
package com.zhonghe.active4j.demo.component.controller;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.ui.Model;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
import com.zhonghe.active4j.common.controller.BaseController;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* @title ComponentController.java
|
||||
* @description
|
||||
示例组件
|
||||
* @time 2019年12月9日 下午9:54:06
|
||||
* @author 麻木神
|
||||
* @version 1.0
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/comp")
|
||||
@Slf4j
|
||||
public class ComponentController extends BaseController {
|
||||
|
||||
public static final String prefix_url = "comps/";
|
||||
|
||||
@RequestMapping("/{comp}/{page}")
|
||||
public String index(@PathVariable String comp, @PathVariable String page, Model model) {
|
||||
|
||||
log.info(prefix_url + comp + "/" + page);
|
||||
|
||||
|
||||
return prefix_url + comp + "/" + page + ".html";
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,65 @@
|
||||
package com.zhonghe.active4j.demo.main.controller;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.ui.Model;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
import com.zhonghe.active4j.common.controller.BaseController;
|
||||
import com.zhonghe.active4j.core.annotation.Log;
|
||||
import com.zhonghe.active4j.core.model.LogType;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* @title ProjectController.java
|
||||
* @description
|
||||
首页 项目介绍页面
|
||||
* @time 2019年12月3日 上午10:09:32
|
||||
* @author chenxl
|
||||
* @version 1.0
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/demo/main")
|
||||
@Slf4j
|
||||
public class ProjectController extends BaseController {
|
||||
|
||||
/**
|
||||
* 默认跳转页面
|
||||
*/
|
||||
public static final String prefix_page = "home/";
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 介绍主页
|
||||
* @params
|
||||
*
|
||||
* @return String
|
||||
* @author chenxl
|
||||
* @time 2019年12月3日 上午10:55:55
|
||||
*/
|
||||
@RequestMapping("/index")
|
||||
@Log(type = LogType.normal, name = "进入控制台", memo = "进入控制台")
|
||||
public String index(Model model) {
|
||||
return prefix_page + "console.html";
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 介绍主页
|
||||
* @params
|
||||
*
|
||||
* @return String
|
||||
* @author chenxl
|
||||
* @time 2019年12月3日 上午10:55:55
|
||||
*/
|
||||
@RequestMapping("/homepage1")
|
||||
@Log(type = LogType.normal, name = "进入控制台", memo = "进入控制台")
|
||||
public String homepage1(Model model) {
|
||||
return prefix_page + "console.html";
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,72 @@
|
||||
package com.zhonghe.active4j.func.captcha.config;
|
||||
|
||||
import java.security.SecureRandom;
|
||||
import java.util.Random;
|
||||
import com.google.code.kaptcha.text.impl.DefaultTextCreator;
|
||||
|
||||
/**
|
||||
*
|
||||
* @title KaptchaTextCreator.java
|
||||
* @description
|
||||
验证码文本生成器
|
||||
* @time 2019年12月19日 下午3:13:34
|
||||
* @author guyp
|
||||
* @version 1.0
|
||||
*/
|
||||
public class KaptchaTextCreator extends DefaultTextCreator {
|
||||
|
||||
private static final String[] CNUMBERS = "0,1,2,3,4,5,6,7,8,9,10".split(",");
|
||||
|
||||
@Override
|
||||
public String getText() {
|
||||
Integer result = 0;
|
||||
Random random = new SecureRandom();
|
||||
int x = random.nextInt(10);
|
||||
int y = random.nextInt(10);
|
||||
StringBuilder suChinese = new StringBuilder();
|
||||
int randomoperands = (int) Math.round(Math.random() * 2);
|
||||
if(randomoperands == 0) {
|
||||
result = x * y;
|
||||
suChinese.append(CNUMBERS[x]);
|
||||
suChinese.append("*");
|
||||
suChinese.append(CNUMBERS[y]);
|
||||
}
|
||||
else if(randomoperands == 1) {
|
||||
if(!(x == 0) && y % x == 0) {
|
||||
result = y / x;
|
||||
suChinese.append(CNUMBERS[y]);
|
||||
suChinese.append("/");
|
||||
suChinese.append(CNUMBERS[x]);
|
||||
}
|
||||
else {
|
||||
result = x + y;
|
||||
suChinese.append(CNUMBERS[x]);
|
||||
suChinese.append("+");
|
||||
suChinese.append(CNUMBERS[y]);
|
||||
}
|
||||
}
|
||||
else if(randomoperands == 2) {
|
||||
if(x >= y) {
|
||||
result = x - y;
|
||||
suChinese.append(CNUMBERS[x]);
|
||||
suChinese.append("-");
|
||||
suChinese.append(CNUMBERS[y]);
|
||||
}
|
||||
else {
|
||||
result = y - x;
|
||||
suChinese.append(CNUMBERS[y]);
|
||||
suChinese.append("-");
|
||||
suChinese.append(CNUMBERS[x]);
|
||||
}
|
||||
}
|
||||
else {
|
||||
result = x + y;
|
||||
suChinese.append(CNUMBERS[x]);
|
||||
suChinese.append("+");
|
||||
suChinese.append(CNUMBERS[y]);
|
||||
}
|
||||
suChinese.append("=?@" + result);
|
||||
|
||||
return suChinese.toString();
|
||||
}
|
||||
}
|
@ -0,0 +1,148 @@
|
||||
package com.zhonghe.active4j.func.captcha.controller;
|
||||
|
||||
import java.awt.image.BufferedImage;
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import javax.imageio.ImageIO;
|
||||
import javax.servlet.ServletOutputStream;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import javax.servlet.http.HttpSession;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.ui.Model;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
import com.google.code.kaptcha.Constants;
|
||||
import com.google.code.kaptcha.Producer;
|
||||
import com.zhonghe.active4j.common.controller.BaseController;
|
||||
import com.zhonghe.active4j.core.model.AjaxJson;
|
||||
import com.zhonghe.active4j.core.util.ShiroUtils;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
*
|
||||
* @title CaptchaController.java
|
||||
* @description
|
||||
验证码管理
|
||||
* @time 2019年12月19日 下午3:30:47
|
||||
* @author guyp
|
||||
* @version 1.0
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/func/captcha")
|
||||
@Slf4j
|
||||
public class CaptchaController extends BaseController {
|
||||
|
||||
@Resource(name = "captchaProducer")
|
||||
private Producer captchaProducer;
|
||||
|
||||
@Resource(name = "captchaProducerMath")
|
||||
private Producer captchaProducerMath;
|
||||
|
||||
public static final String prefix_page = "func/captcha/";
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 跳转验证码页面
|
||||
* @params
|
||||
* @return String
|
||||
* @author guyp
|
||||
* @time 2019年12月19日 下午3:30:28
|
||||
*/
|
||||
@RequestMapping("/captcha")
|
||||
public String captcha(Model model) {
|
||||
return prefix_page + "captcha.html";
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 图形验证码
|
||||
* @params
|
||||
* @return void
|
||||
* @author guyp
|
||||
* @time 2019年12月19日 下午4:49:57
|
||||
*/
|
||||
@RequestMapping("/captchaImage")
|
||||
public void verCode(String type, HttpServletRequest request, HttpServletResponse response) {
|
||||
ServletOutputStream out = null;
|
||||
try {
|
||||
HttpSession session = request.getSession();
|
||||
response.setDateHeader("Expires", 0);
|
||||
response.setHeader("Cache-Control", "no-store, no-cache, must-revalidate");
|
||||
response.addHeader("Cache-Control", "post-check=0, pre-check=0");
|
||||
response.setHeader("Pragma", "no-cache");
|
||||
response.setContentType("image/jpeg");
|
||||
|
||||
String capStr = null;
|
||||
String code = null;
|
||||
BufferedImage bi = null;
|
||||
//算数验证码
|
||||
if(StringUtils.equals("math", type)) {
|
||||
String capText = captchaProducerMath.createText();
|
||||
capStr = capText.substring(0, capText.lastIndexOf("@"));
|
||||
code = capText.substring(capText.lastIndexOf("@") + 1);
|
||||
bi = captchaProducerMath.createImage(capStr);
|
||||
}
|
||||
//文字验证码
|
||||
else if(StringUtils.equals("char", type)) {
|
||||
capStr = code = captchaProducer.createText();
|
||||
bi = captchaProducer.createImage(capStr);
|
||||
}
|
||||
session.setAttribute(Constants.KAPTCHA_SESSION_KEY, code);
|
||||
out = response.getOutputStream();
|
||||
ImageIO.write(bi, "jpg", out);
|
||||
out.flush();
|
||||
} catch (Exception e) {
|
||||
log.error("获取验证码报错,错误信息:{}", e.getMessage());
|
||||
e.printStackTrace();
|
||||
} finally {
|
||||
try {
|
||||
if(out != null) {
|
||||
out.close();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
log.error("获取验证码报错,错误信息:{}", e.getMessage());
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 校验验证码
|
||||
* @params
|
||||
* @return AjaxJson
|
||||
* @author guyp
|
||||
* @time 2019年12月19日 下午5:21:09
|
||||
*/
|
||||
@RequestMapping("/verify")
|
||||
@ResponseBody
|
||||
public AjaxJson verify(String vercode, HttpServletRequest request, HttpServletResponse response) {
|
||||
AjaxJson j = new AjaxJson();
|
||||
|
||||
try{
|
||||
//获取缓存的验证码
|
||||
Object obj = ShiroUtils.getSession().getAttribute(Constants.KAPTCHA_SESSION_KEY);
|
||||
String code = String.valueOf(obj != null ? obj : "");
|
||||
//校验输入的验证码
|
||||
if (StringUtils.isEmpty(vercode) || !StringUtils.equalsIgnoreCase(code, vercode)) {
|
||||
j.setSuccess(false);
|
||||
}
|
||||
} catch(Exception e) {
|
||||
j.setSuccess(false);
|
||||
log.error("校验验证码报错,错误信息:{}", e.getMessage());
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
return j;
|
||||
}
|
||||
}
|
@ -0,0 +1,64 @@
|
||||
package com.zhonghe.active4j.func.email.service;
|
||||
|
||||
public interface SysEmailService{
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 发送纯文本邮件
|
||||
* @params
|
||||
* to 邮件接收方
|
||||
* subject 邮件主题
|
||||
* text 邮件内容
|
||||
* @return void
|
||||
* @author mhm
|
||||
* @time 2019年12月9日 上午10:46:40
|
||||
*/
|
||||
public void sendTextMail(String to, String subject, String text);
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 发送带附件的邮件
|
||||
* @params
|
||||
* to 邮件接收方
|
||||
* subject 邮件主题
|
||||
* text 邮件内容
|
||||
* path 附件所在的文件路径
|
||||
* @return void
|
||||
* @author mhm
|
||||
* @time 2019年12月9日 下午2:10:10
|
||||
*/
|
||||
public void sendAttachmentMail(String to, String subject, String text, String path);
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 发送HTML邮件
|
||||
* @params
|
||||
* to 邮件接收方
|
||||
* subject 邮件主题
|
||||
* text HTML邮件内容
|
||||
* @return void
|
||||
* @author mhm
|
||||
* @time 2019年12月9日 下午2:54:50
|
||||
*/
|
||||
public void sendHtmlMail(String to, String subject, String text);
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 发送带图片的邮件
|
||||
* @params
|
||||
* to 邮件接收方
|
||||
* subject 邮件主题
|
||||
* text 邮件内容
|
||||
* rscPath 图片路径
|
||||
* rscId
|
||||
* @return void
|
||||
* @author mhm
|
||||
* @time 2019年12月9日 下午3:12:17
|
||||
*/
|
||||
public void sendInlineResourceMail(String to, String subject, String text, String rscPath, String rscId);
|
||||
|
||||
}
|
@ -0,0 +1,164 @@
|
||||
package com.zhonghe.active4j.func.email.service.impl;
|
||||
|
||||
import java.io.File;
|
||||
import javax.mail.MessagingException;
|
||||
import javax.mail.internet.MimeMessage;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.core.io.FileSystemResource;
|
||||
import org.springframework.mail.SimpleMailMessage;
|
||||
import org.springframework.mail.javamail.JavaMailSender;
|
||||
import org.springframework.mail.javamail.MimeMessageHelper;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
import com.zhonghe.active4j.func.email.service.SysEmailService;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* 邮件配置信息管理service类
|
||||
* @author mhm
|
||||
*
|
||||
*/
|
||||
@Service("sysEmailService")
|
||||
@Transactional
|
||||
@Slf4j
|
||||
public class SysEmailServiceImpl implements SysEmailService {
|
||||
|
||||
@Autowired
|
||||
private JavaMailSender javaMailSender;
|
||||
|
||||
@Value("${spring.mail.username}")
|
||||
private String from;
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 发送纯文本邮件
|
||||
* @params
|
||||
* to 邮件接收方
|
||||
* subject 邮件主题
|
||||
* text 邮件内容
|
||||
* @return void
|
||||
* @author mhm
|
||||
* @time 2019年12月9日 上午10:46:40
|
||||
*/
|
||||
public void sendTextMail(String to, String subject, String text) {
|
||||
SimpleMailMessage simpleMailMessage = new SimpleMailMessage();
|
||||
simpleMailMessage.setFrom(from);
|
||||
simpleMailMessage.setTo(to);
|
||||
simpleMailMessage.setSubject(subject);
|
||||
simpleMailMessage.setText(text);
|
||||
|
||||
try{
|
||||
javaMailSender.send(simpleMailMessage);
|
||||
|
||||
}catch (Exception e){
|
||||
log.error("邮件发送失败。" + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 发送带附件的邮件
|
||||
* @params
|
||||
* to 邮件接收方
|
||||
* subject 邮件主题
|
||||
* text 邮件内容
|
||||
* path 附件所在的文件路径
|
||||
* @return void
|
||||
* @author mhm
|
||||
* @time 2019年12月9日 下午2:10:10
|
||||
*/
|
||||
public void sendAttachmentMail(String to, String subject, String text, String path){
|
||||
MimeMessage mimeMessage = javaMailSender.createMimeMessage();
|
||||
|
||||
try{
|
||||
// 创建一个multipart格式的message
|
||||
MimeMessageHelper messageHelper = new MimeMessageHelper(mimeMessage,true);
|
||||
messageHelper.setFrom(from);
|
||||
messageHelper.setTo(to);
|
||||
messageHelper.setSubject(subject);
|
||||
messageHelper.setText(text,true);
|
||||
// 添加附件信息
|
||||
FileSystemResource file = new FileSystemResource(new File(path));
|
||||
String fileName = path.substring(path.lastIndexOf(File.separator));
|
||||
messageHelper.addAttachment(fileName,file);
|
||||
// 发送带附件的邮件
|
||||
javaMailSender.send(mimeMessage);
|
||||
|
||||
}catch (Exception e){
|
||||
log.error("带有附件的邮件发送失败。" + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 发送HTML邮件
|
||||
* @params
|
||||
* to 邮件接收方
|
||||
* subject 邮件主题
|
||||
* text HTML邮件内容
|
||||
* @return void
|
||||
* @author mhm
|
||||
* @time 2019年12月9日 下午2:54:50
|
||||
*/
|
||||
public void sendHtmlMail(String to, String subject, String text){
|
||||
MimeMessage message = javaMailSender.createMimeMessage();
|
||||
|
||||
try {
|
||||
//true 表⽰示需要创建⼀一个 multipart message
|
||||
MimeMessageHelper helper = new MimeMessageHelper(message, true);
|
||||
helper.setFrom(from);
|
||||
helper.setTo(to);
|
||||
helper.setSubject(subject);
|
||||
helper.setText(text, true);
|
||||
javaMailSender.send(message);
|
||||
|
||||
} catch (MessagingException e) {
|
||||
e.printStackTrace();
|
||||
log.error("带有HTML的邮件发送失败。" + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 发送带图片的邮件
|
||||
* @params
|
||||
* to 邮件接收方
|
||||
* subject 邮件主题
|
||||
* text 邮件内容
|
||||
* rscPath 图片路径
|
||||
* rscId
|
||||
* @return void
|
||||
* @author mhm
|
||||
* @time 2019年12月9日 下午3:12:17
|
||||
*/
|
||||
public void sendInlineResourceMail(String to, String subject, String text, String rscPath, String rscId){
|
||||
MimeMessage message = javaMailSender.createMimeMessage();
|
||||
|
||||
try {
|
||||
MimeMessageHelper helper = new MimeMessageHelper(message, true);
|
||||
helper.setFrom(from);
|
||||
helper.setTo(to);
|
||||
helper.setSubject(subject);
|
||||
helper.setText(text, true);
|
||||
File file = new File(rscPath);
|
||||
FileSystemResource res = new FileSystemResource(file);
|
||||
helper.addInline(rscId, res);
|
||||
|
||||
javaMailSender.send(message);
|
||||
|
||||
} catch (MessagingException e) {
|
||||
e.printStackTrace();
|
||||
log.error("带图片的邮件发送失败。" + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.zhonghe.active4j.func.export.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.zhonghe.active4j.func.export.entity.ExportExampleEntity;
|
||||
|
||||
/**
|
||||
*
|
||||
* @title ExportExampleDao.java
|
||||
* @description
|
||||
* @time 2019年12月17日 上午10:45:09
|
||||
* @author guyp
|
||||
* @version 1.0
|
||||
*/
|
||||
public interface ExportExampleDao extends BaseMapper<ExportExampleEntity>{
|
||||
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
package com.zhonghe.active4j.func.export.entity;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.zhonghe.active4j.common.entity.BaseEntity;
|
||||
import com.zhonghe.active4j.core.annotation.QueryField;
|
||||
import com.zhonghe.active4j.core.model.QueryCondition;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
*
|
||||
* @title ExportExampleEntity.java
|
||||
* @description
|
||||
导入导出示例实体
|
||||
* @time 2019年12月17日 上午9:43:50
|
||||
* @author guyp
|
||||
* @version 1.0
|
||||
*/
|
||||
@TableName("func_export_example")
|
||||
@Setter
|
||||
@Getter
|
||||
public class ExportExampleEntity extends BaseEntity {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8486583273348702746L;
|
||||
|
||||
/**
|
||||
* 姓名
|
||||
*/
|
||||
@TableField("NAME")
|
||||
@QueryField(queryColumn="NAME", condition=QueryCondition.eq)
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 性别
|
||||
*/
|
||||
@TableField("SEX")
|
||||
private String sex;
|
||||
|
||||
/**
|
||||
* 年龄
|
||||
*/
|
||||
@TableField("AGE")
|
||||
private int age;
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
*/
|
||||
@TableField("PHONE")
|
||||
private String phone;
|
||||
|
||||
/**
|
||||
* 生日
|
||||
*/
|
||||
@TableField("BIRTHDAY")
|
||||
private Date birthday;
|
||||
|
||||
/**
|
||||
* 余额
|
||||
*/
|
||||
@TableField("BALANCE")
|
||||
private double balance;
|
||||
|
||||
}
|
@ -0,0 +1,77 @@
|
||||
package com.zhonghe.active4j.func.export.service;
|
||||
|
||||
import java.io.InputStream;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.zhonghe.active4j.func.export.entity.ExportExampleEntity;
|
||||
|
||||
/**
|
||||
*
|
||||
* @title ExportExampleService.java
|
||||
* @description
|
||||
导入导出
|
||||
* @time 2019年12月17日 上午10:47:07
|
||||
* @author guyp
|
||||
* @version 1.0
|
||||
*/
|
||||
public interface ExportExampleService extends IService<ExportExampleEntity> {
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 保存xlsx格式的excel文件
|
||||
* @params
|
||||
* @return void
|
||||
* @author guyp
|
||||
* @time 2019年12月17日 下午1:33:40
|
||||
*/
|
||||
public void saveXlsx(InputStream in) throws Exception;
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 保存xls格式的excel文件
|
||||
* @params
|
||||
* @return void
|
||||
* @author guyp
|
||||
* @time 2019年12月17日 下午1:37:53
|
||||
*/
|
||||
public void saveXls(InputStream in) throws Exception;
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 根据查询条件导出xlsx
|
||||
* @params
|
||||
* name 姓名
|
||||
* @return HSSFWorkbook
|
||||
* @author guyp
|
||||
* @time 2019年12月18日 上午9:54:50
|
||||
*/
|
||||
public void exportXlsx(HttpServletRequest request, HttpServletResponse response, String name) throws Exception;
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 根据查询条件导出xls
|
||||
* @params
|
||||
* @return void
|
||||
* @author guyp
|
||||
* @time 2019年12月18日 上午11:22:57
|
||||
*/
|
||||
public void exportXls(HttpServletRequest request, HttpServletResponse response, String name) throws Exception;
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 根据查询条件导出csv
|
||||
* @params
|
||||
* @return void
|
||||
* @author guyp
|
||||
* @time 2019年12月18日 上午10:31:04
|
||||
*/
|
||||
public void exportCsv(HttpServletRequest request, HttpServletResponse response, String name) throws Exception;
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
package com.zhonghe.active4j.func.export.util;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface RowDataProcesser {
|
||||
|
||||
/**
|
||||
*
|
||||
* @description
|
||||
* 处理一行的数据
|
||||
* @params
|
||||
* @return void
|
||||
* @author guyp
|
||||
* @time 2019年12月17日 下午1:24:37
|
||||
*/
|
||||
public void processRowData(List<Object> rowData);
|
||||
|
||||
}
|
@ -0,0 +1,193 @@
|
||||
package com.zhonghe.active4j.func.export.util;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import javax.xml.parsers.ParserConfigurationException;
|
||||
|
||||
import org.apache.poi.openxml4j.exceptions.OpenXML4JException;
|
||||
import org.apache.poi.openxml4j.opc.OPCPackage;
|
||||
import org.apache.poi.ss.usermodel.DataFormatter;
|
||||
import org.apache.poi.ss.util.CellAddress;
|
||||
import org.apache.poi.ss.util.CellReference;
|
||||
import org.apache.poi.util.SAXHelper;
|
||||
import org.apache.poi.xssf.eventusermodel.ReadOnlySharedStringsTable;
|
||||
import org.apache.poi.xssf.eventusermodel.XSSFReader;
|
||||
import org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler;
|
||||
import org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler;
|
||||
import org.apache.poi.xssf.model.StylesTable;
|
||||
import org.apache.poi.xssf.usermodel.XSSFComment;
|
||||
import org.xml.sax.ContentHandler;
|
||||
import org.xml.sax.InputSource;
|
||||
import org.xml.sax.SAXException;
|
||||
import org.xml.sax.XMLReader;
|
||||
|
||||
public class Xlsx2ListData {
|
||||
/**
|
||||
* Uses the XSSF Event SAX helpers to do most of the work of parsing the
|
||||
* Sheet XML, and outputs the contents as a List.
|
||||
*/
|
||||
private class SheetToList implements SheetContentsHandler {
|
||||
private boolean firstCellOfRow = false;
|
||||
private int currentRow = -1;
|
||||
private int currentCol = -1;
|
||||
private Object defaultValue = "";
|
||||
|
||||
List<Object> currRowData = new ArrayList<>();
|
||||
private List<List<Object>> data = new ArrayList<>();
|
||||
|
||||
private void outputMissingRows(int number) {
|
||||
for (int i = 0; i < number; i++) {
|
||||
List<Object> rowData = new ArrayList<>();
|
||||
for (int j = 0; j < minColumns; j++) {
|
||||
rowData.add(defaultValue);
|
||||
}
|
||||
processRowData(rowData);
|
||||
}
|
||||
}
|
||||
|
||||
private void processRowData(List<Object> rowData) {
|
||||
if (rowDataProcesser != null) {
|
||||
rowDataProcesser.processRowData(rowData);
|
||||
} else {
|
||||
data.add(rowData);
|
||||
}
|
||||
currRowData = new ArrayList<>();
|
||||
}
|
||||
|
||||
public List<List<Object>> getData() {
|
||||
return data;
|
||||
}
|
||||
|
||||
public void startRow(int rowNum) {
|
||||
// If there were gaps, output the missing rows
|
||||
outputMissingRows(rowNum - currentRow - 1);
|
||||
// Prepare for this row
|
||||
firstCellOfRow = true;
|
||||
currentRow = rowNum;
|
||||
currentCol = -1;
|
||||
}
|
||||
|
||||
public void endRow(int rowNum) {
|
||||
// Ensure the minimum number of columns
|
||||
for (int i = currentCol; i < minColumns - 1; i++) {
|
||||
currRowData.add(defaultValue);
|
||||
}
|
||||
processRowData(currRowData);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void cell(String cellReference, String formattedValue,
|
||||
XSSFComment comment) {
|
||||
if (firstCellOfRow) {
|
||||
firstCellOfRow = false;
|
||||
}
|
||||
|
||||
// gracefully handle missing CellRef here in a similar way as
|
||||
// XSSFCell does
|
||||
if (cellReference == null) {
|
||||
cellReference = new CellAddress(currentRow, currentCol)
|
||||
.formatAsString();
|
||||
}
|
||||
|
||||
// Did we miss any cells?
|
||||
int thisCol = (new CellReference(cellReference)).getCol();
|
||||
int missedCols = thisCol - currentCol - 1;
|
||||
for (int i = 0; i < missedCols; i++) {
|
||||
currRowData.add(defaultValue);
|
||||
}
|
||||
currentCol = thisCol;
|
||||
|
||||
currRowData.add(formattedValue);
|
||||
}
|
||||
|
||||
public void headerFooter(String text, boolean isHeader, String tagName) {
|
||||
// Skip, ignore headers or footers
|
||||
}
|
||||
}
|
||||
|
||||
// /////////////////////////////////////
|
||||
|
||||
private final OPCPackage xlsxPackage;
|
||||
|
||||
/**
|
||||
* Number of columns to read starting with leftmost
|
||||
*/
|
||||
private final int minColumns;
|
||||
|
||||
private final RowDataProcesser rowDataProcesser;
|
||||
|
||||
/**
|
||||
* Creates a new XLSX -> List converter
|
||||
*
|
||||
* @param pkg
|
||||
* The XLSX package to process
|
||||
* @param minColumns
|
||||
* The minimum number of columns to output, or -1 for no minimum
|
||||
* @param rowDataProcesser
|
||||
* process row data
|
||||
*/
|
||||
public Xlsx2ListData(OPCPackage pkg, int minColumns,
|
||||
RowDataProcesser rowDataProcesser) {
|
||||
this.xlsxPackage = pkg;
|
||||
this.minColumns = minColumns;
|
||||
this.rowDataProcesser = rowDataProcesser;
|
||||
}
|
||||
|
||||
/**
|
||||
* Parses and shows the content of one sheet using the specified styles and
|
||||
* shared-strings tables.
|
||||
*
|
||||
* @param styles
|
||||
* @param strings
|
||||
* @param sheetInputStream
|
||||
*/
|
||||
public void processSheet(StylesTable styles,
|
||||
ReadOnlySharedStringsTable strings,
|
||||
SheetContentsHandler sheetHandler, InputStream sheetInputStream)
|
||||
throws IOException, ParserConfigurationException, SAXException {
|
||||
DataFormatter formatter = new DataFormatter();
|
||||
InputSource sheetSource = new InputSource(sheetInputStream);
|
||||
try {
|
||||
XMLReader sheetParser = SAXHelper.newXMLReader();
|
||||
ContentHandler handler = new XSSFSheetXMLHandler(styles, null,
|
||||
strings, sheetHandler, formatter, false);
|
||||
sheetParser.setContentHandler(handler);
|
||||
sheetParser.parse(sheetSource);
|
||||
} catch (ParserConfigurationException e) {
|
||||
throw new RuntimeException("SAX parser appears to be broken - "
|
||||
+ e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Initiates the processing of the XLS workbook file to List.
|
||||
*
|
||||
* @throws IOException
|
||||
* @throws OpenXML4JException
|
||||
* @throws ParserConfigurationException
|
||||
* @throws SAXException
|
||||
*/
|
||||
public List<List<Object>> process() throws IOException, OpenXML4JException,
|
||||
ParserConfigurationException, SAXException {
|
||||
ReadOnlySharedStringsTable strings = new ReadOnlySharedStringsTable(
|
||||
this.xlsxPackage);
|
||||
XSSFReader xssfReader = new XSSFReader(this.xlsxPackage);
|
||||
StylesTable styles = xssfReader.getStylesTable();
|
||||
XSSFReader.SheetIterator iter = (XSSFReader.SheetIterator) xssfReader
|
||||
.getSheetsData();
|
||||
|
||||
List<List<Object>> result = new ArrayList<>();
|
||||
while (iter.hasNext()) {
|
||||
InputStream stream = iter.next();
|
||||
SheetToList sheetToList = new SheetToList();
|
||||
processSheet(styles, strings, sheetToList, stream);
|
||||
result.addAll(sheetToList.getData());
|
||||
stream.close();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
package com.zhonghe.active4j.func.export.wrapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
import com.zhonghe.active4j.common.Wrapper.BaseWrapper;
|
||||
import com.zhonghe.active4j.func.export.entity.ExportExampleEntity;
|
||||
|
||||
/**
|
||||
*
|
||||
* @title ExportExampleWrapper.java
|
||||
* @description
|
||||
* @time 2019年12月17日 上午10:50:34
|
||||
* @author guyp
|
||||
* @version 1.0
|
||||
*/
|
||||
public class ExportExampleWrapper extends BaseWrapper<ExportExampleEntity>{
|
||||
|
||||
public ExportExampleWrapper(IPage<ExportExampleEntity> pageResult) {
|
||||
//父类中的方法初始化数据
|
||||
super(pageResult);
|
||||
|
||||
}
|
||||
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue