Skip to content
Snippets Groups Projects
Commit e0c2c4bd authored by Johannes Wilhelm's avatar Johannes Wilhelm
Browse files

neu

parent 22a12ecd
No related branches found
No related tags found
No related merge requests found
package de.thd.pms.controller;
public class BuchungController {
}
......@@ -8,14 +8,7 @@ import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.servlet.ModelAndView;
@RestController
public class HomeController{
@RequestMapping("/")
public String sayHello() {
return "<h1>Hello World</h1>";
}
}
/*@Controller
@Controller
public class HomeController {
private static Logger log = LogManager.getLogger(HomeController.class);
......@@ -33,4 +26,4 @@ public class HomeController {
}
}
*/
\ No newline at end of file
\ No newline at end of file
......@@ -3,6 +3,7 @@ package de.thd.pms.schleicherhof_pms;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SchleicherhofPmsApplication {
......
package de.thd.pms.service;
import org.springframework.stereotype.Service;
@Service
public class BuchungService {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment