我在这里列出使用Spring tcServer开发人员版创建Spring Insight Web应用程序的基本步骤。我没有找到很多doco,所以它可以帮助一些人。
1 - 在此处下载Spring Tool Suite Download STS
在您机器的某处提取存档,打开终端并转到〜/ tc-server-developer- [VERSION] /
2 - 运行以下命令
./tcruntime-instance.sh create -t insight myInstance
这个基于模板 insight 创建一个新的tcServer实例。 (完整的模板列表可以在〜/ tc-server-developer- [VERSION] / templates / 中找到)
转到〜/ tc-server-developer- [VERSION] / myInstance / bin / 并运行以下内容
./tcruntime-ctl.sh start
这将基于Spring Insight模板启动您的tcServer实例。通过将您喜欢的浏览器指向URL http://localhost:8080/insight
来检查它是否正常工作。这应该显示Spring Insight索引页面。
现在你只需将你的网络应用程序放在〜/ tc-server-developer- [VERSION] / myInstance / webapps / 文件夹中,鲍勃就是你的叔叔!
答案 0 :(得分:2)
还想提一下如何在不必执行任何命令行工作的情况下从IDE中进行设置 假设您已经在STS中打开了一个spring mvc项目。这需要一段时间才能找到,谢谢你发帖。
答案 1 :(得分:0)