3 changed files with 17 additions and 26 deletions
@ -1,36 +1,23 @@
|
||||
package org.hso.ecommerce.controller.intern.suppliers; |
||||
|
||||
import javax.servlet.http.HttpSession; |
||||
|
||||
import org.springframework.stereotype.Controller; |
||||
import org.springframework.ui.Model; |
||||
import org.springframework.web.bind.annotation.GetMapping; |
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
@Controller |
||||
//@RequestMapping("/intern/suppliersOffers")
|
||||
@RequestMapping("/intern/") |
||||
public class SupplierOfferController { |
||||
|
||||
|
||||
|
||||
|
||||
/* |
||||
@GetMapping("/") |
||||
public String internListedArticles(Model model) { |
||||
|
||||
|
||||
System.out.println("\n hier \n"); |
||||
|
||||
|
||||
|
||||
|
||||
@GetMapping("suppliersOffers") |
||||
public String internListedArticles(Model model, HttpSession session) { |
||||
|
||||
System.out.println("\nhier\n"); |
||||
|
||||
return "intern/offeredArticles/index"; |
||||
|
||||
} |
||||
|
||||
|
||||
|
||||
*/ |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} |
||||
|
Reference in new issue