Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
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
sdy
2021-04-13 18:45:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b58042371b512eaf91de3e41d2ee857e57ff931d
b5804237
1 parent
8374317b
Delete BertSearcherApplication.java
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
src/main/java/com/esboot/bertsearch/BertSearcherApplication.java
src/main/java/com/esboot/bertsearch/BertSearcherApplication.java
deleted
100644 → 0
View file @
8374317
package
com
.
esboot
.
bertsearch
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
@SpringBootApplication
public
class
BertSearcherApplication
{
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
BertSearcherApplication
.
class
,
args
);
}
}
Please
register
or
login
to post a comment