|
|
@@ -20,7 +20,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
|
|
@MapperScan(basePackages = {"com.dk.oauth.mapper","com.dk.common.mapper.opinfo"})
|
|
|
@EnableFeignClients
|
|
|
@SpringBootApplication
|
|
|
-@ComponentScan(basePackages = {"com.dk.common"})
|
|
|
+@ComponentScan(basePackages = {"com.dk.common","com.dk.oauth"})
|
|
|
public class OauthServer {
|
|
|
|
|
|
public static void main(String[] args) {
|