@Configuration
public class ExcelServiceConfiguration
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Title: 注入Validation
Description:
Copyright: 2015~2020
Company/Department: xforceplus
| 构造器和说明 |
|---|
ExcelServiceConfiguration(org.springframework.context.ApplicationContext applicationContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet()
注入ReaderService
|
void |
destroy()
Clear Mp
|
public ExcelServiceConfiguration(org.springframework.context.ApplicationContext applicationContext)
public void destroy()
throws java.lang.Exception
destroy 在接口中 org.springframework.beans.factory.DisposableBeanjava.lang.Exception - in case of shutdown errors. Exceptions will get logged
but not rethrown to allow other beans to release their resources as well.public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanjava.lang.Exception - in the event of misconfiguration (such as failure to set an
essential property) or if initialization fails for any other reason