首页>代码>spring4+spring mvc+gradle+xml项目基础框架>/spring4-mvc-gradle-xml/src/main/java/com/mkyong/helloworld/service/HelloWorldService.java
package com.mkyong.helloworld.service; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; import org.springframework.util.StringUtils; @Service public class HelloWorldService { private static final Logger logger = LoggerFactory.getLogger(HelloWorldService.class); public String getDesc() { logger.debug("getDesc() is executed!"); return "Gradle + Spring MVC Hello World Example"; } public String getTitle(String name) { logger.debug("getTitle() is executed! $name : {}", name); if(StringUtils.isEmpty(name)){ return "Hello World"; }else{ return "Hello " + name; } } }
最近下载更多
jam龙哥 LV8
2019年8月12日
ythmas LV8
2019年7月12日
挥霍浪漫_taotao LV2
2019年5月10日
18974912320 LV12
2017年11月16日
墨玉麒麟 LV9
2017年10月16日
annazhang LV29
2017年10月7日
xleslie LV12
2017年6月13日
lwp011 LV27
2017年5月15日
wliang1203 LV6
2017年5月8日
最代码官方 LV168
2017年4月20日
最近浏览更多
1234hw LV3
2022年11月20日
renyong LV3
2022年4月28日
silence5200 LV1
2020年11月1日
2223915172 LV4
2020年10月18日
客户案例 LV10
2020年10月14日
灶王爷 LV6
2020年7月17日
1905815249 LV6
2020年6月27日
1102066692
2020年6月23日
暂无贡献等级
y玉泉鱼跃 LV2
2020年6月22日
1183597690 LV3
2020年6月10日