Skip to content

Commit

Permalink
Exclude MessageSourceAutoConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 30, 2022
1 parent 0ebf81e commit a260711
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import java.lang.reflect.Modifier
class ApplicationClassInjector implements GrailsArtefactClassInjector {

public static final String EXCLUDE_MEMBER = "exclude"
public static final List<String> EXCLUDED_AUTO_CONFIGURE_CLASSES = ['org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration', 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration', 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration']
public static final List<String> EXCLUDED_AUTO_CONFIGURE_CLASSES = ['org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration', 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration', 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration', 'org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration']

ApplicationArtefactHandler applicationArtefactHandler = new ApplicationArtefactHandler()

Expand Down

0 comments on commit a260711

Please sign in to comment.