Showing
1 changed file
with
0 additions
and
13 deletions
1 | -package com.esboot.bertsearch; | ||
2 | - | ||
3 | -import org.springframework.boot.SpringApplication; | ||
4 | -import org.springframework.boot.autoconfigure.SpringBootApplication; | ||
5 | - | ||
6 | -@SpringBootApplication | ||
7 | -public class BertSearcherApplication { | ||
8 | - | ||
9 | - public static void main(String[] args) { | ||
10 | - SpringApplication.run(BertSearcherApplication.class, args); | ||
11 | - } | ||
12 | - | ||
13 | -} |
-
Please register or login to post a comment