Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 .groovy 脚本制作成 Windows 服务?这个链接http://groovy.codehaus.org/Windows+Services对我不利,因为我使用的是 Win Serv 2008 64 位。
在第一次做同样的事情的过程中。经过一些研究和一些指导,看起来一个不错的方法是使用 gradle。在初始设置之后,构建项目将为您创建一个 windows 和 Unix 服务。
还有一个 Gradle 包装器,因此即使您无法在服务器本身上安装 gradle,您也可以运行服务。
http://www.gradle.org/ http://en.wikipedia.org/wiki/Gradle