Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
石磊
/
cihai
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b62f49b0
authored
Dec 06, 2017
by
石磊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Delete CihaiCoreApplication.java
1 parent
5128e47b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
serverside/cihai-core/src/main/java/com/dookay/cihai/core/CihaiCoreApplication.java
serverside/cihai-core/src/main/java/com/dookay/cihai/core/CihaiCoreApplication.java
deleted
100644 → 0
View file @
5128e47
package
com
.
dookay
.
cihai
.
core
;
import
com.dookay.coral.common.core.CoralCommonCoreMarker
;
import
org.mybatis.spring.annotation.MapperScan
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
/**
* @author houkun
*/
@SpringBootApplication
(
scanBasePackageClasses
=
{
CoralCommonCoreMarker
.
class
,
CiHaiCoreApplication
.
class
})
@MapperScan
(
basePackageClasses
=
CiHaiCoreApplication
.
class
)
public
class
CiHaiCoreApplication
{
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
CiHaiCoreApplication
.
class
,
args
);
}
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment