Skip to content

Commit

Permalink
change db(h2 to mariaDB)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuyh99 committed Apr 25, 2022
1 parent facf00e commit 6c2ae62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package product.MemberManagement.controller;

import org.springframework.boot.web.servlet.error.ErrorController;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

@Controller
public class CustomErrorPageController {
public class CustomErrorPageController implements ErrorController {

@RequestMapping("/error")
public String goHome() {
Expand Down

0 comments on commit 6c2ae62

Please sign in to comment.