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

correct spelling

This commit is contained in:
jacky 2020-09-10 17:30:26 +08:00
parent 6d0a80ab0e
commit d7edf9f8ee
No known key found for this signature in database
GPG Key ID: F0CDC6D0D68EC430

View File

@ -25,10 +25,10 @@ import org.springframework.web.client.RestTemplate;
* @author xiaojing
*/
@SpringBootApplication
public class OderApplication {
public class OrderApplication {
public static void main(String[] args) {
SpringApplication.run(OderApplication.class, args);
SpringApplication.run(OrderApplication.class, args);
}
@Bean