Commit 601f0fcd by stylefeng

增加rest模块包扫描 core模块

parent dfaac436
......@@ -3,7 +3,7 @@ package com.stylefeng.guns.rest;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
@SpringBootApplication(scanBasePackages = {"com.stylefeng.guns"})
public class GunsRestApplication {
public static void main(String[] args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment