Showing
2 changed files
with
2 additions
and
3 deletions
| 1 | package com.erry.iclear.dateInterface.init; | 1 | package com.erry.iclear.dateInterface.init; |
| 2 | 2 | ||
| 3 | -import com.erry.iclear.dateInterface.Constant; | 3 | +import com.erry.iclear.dateInterface.common.Constant; |
| 4 | import lombok.extern.slf4j.Slf4j; | 4 | import lombok.extern.slf4j.Slf4j; |
| 5 | import org.springframework.beans.BeansException; | 5 | import org.springframework.beans.BeansException; |
| 6 | import org.springframework.beans.factory.InitializingBean; | 6 | import org.springframework.beans.factory.InitializingBean; |
| ... | @@ -9,7 +9,6 @@ import org.springframework.context.ApplicationContextAware; | ... | @@ -9,7 +9,6 @@ import org.springframework.context.ApplicationContextAware; |
| 9 | import org.springframework.stereotype.Service; | 9 | import org.springframework.stereotype.Service; |
| 10 | 10 | ||
| 11 | import java.util.HashMap; | 11 | import java.util.HashMap; |
| 12 | -import java.util.Map; | ||
| 13 | 12 | ||
| 14 | /** | 13 | /** |
| 15 | * @author Administrator | 14 | * @author Administrator | ... | ... |
-
Please register or login to post a comment