1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

pass checkstyle plugin

This commit is contained in:
fangjian0423
2019-10-28 16:15:18 +08:00
parent 16e9494487
commit de9b1be4be
16 changed files with 84 additions and 13 deletions

View File

@@ -35,6 +35,9 @@ import org.springframework.context.annotation.Bean;
@SpringBootApplication
public class OssApplication {
/**
* Bucket Name of OSS Example.
*/
public static final String BUCKET_NAME = "spring-cloud-alibaba-test";
public static void main(String[] args) throws URISyntaxException {