mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-23 20:27:04 +00:00
chore[version]: update version
This commit is contained in:
@@ -26,7 +26,6 @@ import org.springframework.context.annotation.ImportRuntimeHints;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@ImportRuntimeHints(GraalvmProtocolHints.class)
|
||||
|
||||
@@ -24,7 +24,6 @@ import org.springframework.context.annotation.Import;
|
||||
* and when each bean is injected into the IOC container, it will pass through the EventRegisterProcessor.
|
||||
*
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@Import({EventRegisterProcessor.class})
|
||||
|
||||
@@ -28,7 +28,6 @@ import org.springframework.context.annotation.ImportRuntimeHints;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@ConditionalOnBean(NetConfig.class)
|
||||
|
||||
@@ -26,7 +26,6 @@ import org.springframework.context.annotation.ImportRuntimeHints;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@ConditionalOnBean(OrmConfig.class)
|
||||
|
||||
@@ -19,7 +19,6 @@ import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public class SchedulerAutoConfiguration {
|
||||
|
||||
@@ -24,7 +24,6 @@ import org.springframework.context.annotation.ImportRuntimeHints;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@ConditionalOnBean(StorageConfig.class)
|
||||
|
||||
@@ -17,7 +17,6 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
public class MainTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user