spring , wechat backend service, test purpose
https://todaynowork.group/we_chat-0.0.1-SNAPSHOT/
Test Json https://todaynowork.group/we_chat-0.0.1-SNAPSHOT/json return : {"msg":"hello"}
http://kbroman.org/github_tutorial/pages/fork.html
https://github.ibm.com/TssCloudTM/esoloution_v2
when you want to enable security test, please option 1: application.properties spring.profiles.active=production
option 2: add -Dspring.profiles.active=production to JAVA_OPS
https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-profiles.html
import org.slf4j.Logger; import org.slf4j.LoggerFactory;
private static Logger logger = LoggerFactory.getLogger(WechatApplication.class);
logger.info(" start from command line");