我现在需要在云服务器上部署activemq,但是启动的时候总是报
Failed to start Apache ActiveMQ (localhost, ID:VM_0_7_centos-41389-1542077095783-0:1) | org.apache.activemq.broker.BrokerService | main
java.net.URISyntaxException: Illegal character in hostname at index 7: ws://VM_0_7_centos:61614?maximumConnections=1000&wireFor
获得了一个简单的项目设置,我的目标是加载一个jsp文件:
我用RequestMapping作为jsp文件的控制器。
package com.example.registrationFrom.control;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class Control {
@RequestMapping("/")
public String ho