This repository has been archived on 2020-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
e-commerce/prototype/src/main/java/org/hso/ecommerce/controller/intern/IndexController.java

9 lines
167 B
Java
Raw Normal View History

2020-04-29 22:44:16 +02:00
package org.hso.ecommerce.controller.intern;
2020-04-28 22:41:29 +02:00
import org.springframework.stereotype.Controller;
@Controller
//@RequestMapping("...")
2020-04-29 22:44:16 +02:00
public class IndexController {
2020-04-28 22:41:29 +02:00
}