Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wei.zhou
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
wei.zhou
2021-06-11 17:16:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e9ba016577967654f23d404562c8ca64df0c3eba
e9ba0165
1 parent
1d0b8932
init
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
src/main/java/com/erry/iclear/dateInterface/Constant.java → src/main/java/com/erry/iclear/dateInterface/common/Constant.java
src/main/java/com/erry/iclear/dateInterface/init/IClearApiSystemInit.java
src/main/java/com/erry/iclear/dateInterface/Constant.java
→
src/main/java/com/erry/iclear/dateInterface/
common/
Constant.java
View file @
e9ba016
package
com
.
erry
.
iclear
.
dateInterface
;
package
com
.
erry
.
iclear
.
dateInterface
.
common
;
import
org.springframework.stereotype.Component
;
...
...
src/main/java/com/erry/iclear/dateInterface/init/IClearApiSystemInit.java
View file @
e9ba016
package
com
.
erry
.
iclear
.
dateInterface
.
init
;
import
com.erry.iclear.dateInterface.Constant
;
import
com.erry.iclear.dateInterface.
common.
Constant
;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.BeansException
;
import
org.springframework.beans.factory.InitializingBean
;
...
...
@@ -9,7 +9,6 @@ import org.springframework.context.ApplicationContextAware;
import
org.springframework.stereotype.Service
;
import
java.util.HashMap
;
import
java.util.Map
;
/**
* @author Administrator
...
...
Please
register
or
login
to post a comment