如何在NetBeans上使用Gradle启动Spring-MVC应用程序 [英] How to start a spring-mvc application with gradle on netbeans

查看:277
本文介绍了如何在NetBeans上使用Gradle启动Spring-MVC应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试找出如何在netebans上初始化Spring MVC应用程序.

Hi i am trying to find out how to initialize a spring mvc application on netebans.

在netbeans上创建新的gradle项目时,这是一个Java项目,但是如何配置它使其成为spring mvc项目.

When you create a new gradle project on netbeans is a java project, but how can i configure it to make it a spring mvc project.

那里有教程吗?

谢谢!

推荐答案

您自己一个人.您将需要配置Gradle来构建您的应用程序.我认为这意味着使用"war"插件并添加各种Spring MVC依赖项.带有 https://github.com/kelemen/netbeans-gradle-project 插件的NetBeans将然后就能了解Java相关部分.

You are pretty much on your own. You will need to configure Gradle to build your application. I assume it means using 'war' plugin and adding various Spring MVC dependencies. NetBeans with https://github.com/kelemen/netbeans-gradle-project plugin will then be able to understand Java related part.

有一项工作正在向此插件添加对Web应用程序开发的支持,但据我所知没有公开可用的信息.

There is a work in progress to add support for web application development to this plugin but nothing publicly available as far as I know.

这篇关于如何在NetBeans上使用Gradle启动Spring-MVC应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆