springboot-vue3/src/main/java/com/example/springboot/service/HomeService.java New file @@ -0,0 +1,9 @@ package com.example.springboot.service; import org.springframework.stereotype.Service; @Service public class HomeService { }