jar

com.github.hengboy : micro-job-autoconfigure

Maven & Gradle

Feb 28, 2019
2 usages

自动化配置依赖 1. 提供所有自动化属性注入定义

Table Of Contents

Latest Version

Download com.github.hengboy : micro-job-autoconfigure JAR file - Latest Versions:

All Versions

Download com.github.hengboy : micro-job-autoconfigure JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window micro-job-autoconfigure-0.0.3.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.hengboy.job.autoconfigure.schedule

├─ com.github.hengboy.job.autoconfigure.schedule.MicroJobQuartzAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.schedule.MicroJobScheduleAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.schedule.MicroJobScheduleProperties.class - [JAR]

com.github.hengboy.job.autoconfigure.registry

├─ com.github.hengboy.job.autoconfigure.registry.MicroJobConsulRegistryAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.registry.MicroJobMemoryRegistryAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.registry.MicroJobNacosRegistryAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.registry.MicroJobRedisRegistryAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.registry.MicroJobRegistryAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.registry.MicroJobRegistryProperties.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.registry.MicroJobZookeeperRegistryAutoConfiguration.class - [JAR]

com.github.hengboy.job.autoconfigure.provider

├─ com.github.hengboy.job.autoconfigure.provider.MicroJobProviderAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.provider.MicroJobProviderProperties.class - [JAR]

com.github.hengboy.job.autoconfigure.consumer

├─ com.github.hengboy.job.autoconfigure.consumer.MicroJobConsumerAutoConfiguration.class - [JAR]

├─ com.github.hengboy.job.autoconfigure.consumer.MicroJobConsumerProperties.class - [JAR]

Advertisement