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:
parent
6d0a80ab0e
commit
d7edf9f8ee
@ -25,10 +25,10 @@ import org.springframework.web.client.RestTemplate;
|
|||||||
* @author xiaojing
|
* @author xiaojing
|
||||||
*/
|
*/
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class OderApplication {
|
public class OrderApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(OderApplication.class, args);
|
SpringApplication.run(OrderApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Bean
|
@Bean
|
Loading…
x
Reference in New Issue
Block a user