All Downloads are FREE. Search and download functionalities are using the official Maven repository.

yakworks.testing.grails.TestConfiguration Maven / Gradle / Ivy

There is a newer version: 7.3.77
Show newest version
package yakworks.testing.grails;

import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.context.annotation.Configuration;

// @Configuration(proxyBeanMethods = false)
@Configuration
// @EnableConfigurationProperties //({AsyncConfig.class, GormConfig.class})
@ConfigurationPropertiesScan
public class TestConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy