Skip to content

Commit 267e9c1

Browse files
author
何惠民
committed
Correct product controller
1 parent 652dc18 commit 267e9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cn/com/hellowood/dynamicdatasource/controller/ProduceController.java renamed to src/main/java/cn/com/hellowood/dynamicdatasource/controller/ProductController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@RestController
2020
@RequestMapping("/product")
21-
public class ProduceController {
21+
public class ProductController {
2222

2323
@Autowired
2424
private ProductService productService;

0 commit comments

Comments
 (0)