Skip to content

Commit

Permalink
Rename ElasticJobLiteAutoConfiguration to ElasticJobAutoConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 28, 2023
1 parent fd93fa1 commit bd09726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@ConditionalOnProperty(name = "elasticjob.enabled", havingValue = "true", matchIfMissing = true)
@Import({ElasticJobRegistryCenterConfiguration.class, ElasticJobTracingConfiguration.class, ElasticJobSnapshotServiceConfiguration.class})
@EnableConfigurationProperties(ElasticJobProperties.class)
public class ElasticJobLiteAutoConfiguration {
public class ElasticJobAutoConfiguration {

@Configuration(proxyBeanMethods = false)
@Import({ElasticJobBootstrapConfiguration.class, ScheduleJobBootstrapStartupRunner.class})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
org.apache.shardingsphere.elasticjob.spring.boot.job.ElasticJobLiteAutoConfiguration
org.apache.shardingsphere.elasticjob.spring.boot.job.ElasticJobAutoConfiguration
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#

org.apache.shardingsphere.elasticjob.spring.boot.job.ElasticJobLiteAutoConfiguration
org.apache.shardingsphere.elasticjob.spring.boot.job.ElasticJobAutoConfiguration

0 comments on commit bd09726

Please sign in to comment.