Spring 的就绪配置休眠

发布于 2024-08-07 03:11:09 字数 65 浏览 9 评论 0原文

有时,自己进行配置,找到所有库,检查它是非常繁琐的...... 那么,是否有任何现成的典型(模板)配置用于专用任务?

Sometimes, it's very tediously to make own configuration, find all libraries, check it ...
So, is there any ready typical (template) config for appropriative task?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

九公里浅绿 2024-08-14 03:11:09

AppFuse 可用于为您给定的技术选择和组合生成项目模板。

AppFuse can be used for generating project templates for your given choice and combination of technologies.

固执像三岁 2024-08-14 03:11:09

Spring Roo 就是为此而设计的。现在 1.0 版本已发布在 RC2 上。

它有一个命令 shell 环境,允许您选择和设置您想要使用的 Spring 应用程序部分。它为您生成 Spring 配置文件、Maven 设置和 Java 类模板。

除了非常适合模板之外,它也是让您了解 Spring 应用程序堆栈的其他部分(Web Flow、安全性)的好方法。

Spring Roo is designed for this. It's on RC2 for their 1.0 release now.

It has a command shell environment that allows you to pick and setup the parts of the Spring application you'd like to use. It generates the Spring config files, Maven setup, and templates the Java classes for you.

Besides being great for templating, it's also a good way to get yourself introduced to other parts of the Spring application stack (Web Flow, Security).

誰ツ都不明白 2024-08-14 03:11:09

也许您会在这里找到所需的内容:http://code.google。 com/p/project-template/

Maybe you'll find what you're looking for here: http://code.google.com/p/project-template/.

嘿咻 2024-08-14 03:11:09

您的应用程序没有现成的运行时配置,但您可以使用 MavenIvy 自动管理您需要的所有 JAR。

There is no ready made runtime config for your application but you can use things like Maven or Ivy to manage all the JARs you need automatically.

海风掠过北极光 2024-08-14 03:11:09

您可以从 Spring 下载包中提供的示例之一开始,并修改它以满足您的需要。

You could start from one of the examples as provided in the Spring download package and modify it to suits your need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文