|
@@ -14,7 +14,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|
|
|
@EnableEurekaClient
|
|
@EnableEurekaClient
|
|
|
@EnableTransactionManagement
|
|
@EnableTransactionManagement
|
|
|
-@EnableAuthClient
|
|
|
|
|
|
|
+//@EnableAuthClient
|
|
|
@MapperScan("com.usoftchina.saas.purchase.mapper")
|
|
@MapperScan("com.usoftchina.saas.purchase.mapper")
|
|
|
public class PurchaseApplication {
|
|
public class PurchaseApplication {
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|