Skip to content

Commit

Permalink
starutp ignore low cost spring.context.beans.post-process (sofastack#…
Browse files Browse the repository at this point in the history
…1273)

* starutp ignore low cost spring.context.beans.post-process

* starutp ignore low cost spring.context.beans.post-process

---------

Co-authored-by: 致节 <hzj266771@antgroup.com>
  • Loading branch information
HzjNeverStop and 致节 authored Dec 8, 2023
1 parent b4e30c6 commit 956e75d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public class StartupReporter {

public static final String SPRING_CONTEXT_BEAN_FACTORY_POST_PROCESSOR = "spring.context.bean-factory.post-process";

public static final String SPRING_BEAN_POST_PROCESSOR = "spring.context.beans.post-process";

public static final String SPRING_CONFIG_CLASSES_ENHANCE = "spring.context.config-classes.enhance";

public static final Collection<String> SPRING_BEAN_INSTANTIATE_TYPES = Set
Expand All @@ -64,7 +66,8 @@ public class StartupReporter {
SPRING_CONTEXT_BEAN_FACTORY_POST_PROCESSOR);

public static final Collection<String> SPRING_CONFIG_CLASSES_ENHANCE_TYPES = Set
.of(SPRING_CONFIG_CLASSES_ENHANCE);
.of(SPRING_CONFIG_CLASSES_ENHANCE,
SPRING_BEAN_POST_PROCESSOR);

private final StartupStaticsModel startupStaticsModel;

Expand Down

0 comments on commit 956e75d

Please sign in to comment.