|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright 2020 the original author or authors.
|
|
|
+ * Copyright 2020-2021 the original author or authors.
|
|
|
*
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
@@ -23,10 +23,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
* @since 0.0.1
|
|
|
*/
|
|
|
@SpringBootApplication
|
|
|
-public class OAuth2AuthorizationServerApplication {
|
|
|
+public class DefaultAuthorizationServerApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- SpringApplication.run(OAuth2AuthorizationServerApplication.class, args);
|
|
|
+ SpringApplication.run(DefaultAuthorizationServerApplication.class, args);
|
|
|
}
|
|
|
|
|
|
}
|