草庐IT

intelliJ

全部标签

spring - 如何在 IntelliJ IDEA 中配置 Spring facet

我是Intellij14.0的新手。我使用的是Netbeans,但我的同事告诉我转用intellij,所以我照做了。我需要在Intellij中运行在netbeans上运行的相同项目。我正在进行的项目是由grails和spring组成的。当我尝试使用Intellij运行项目时,这就是我得到的。SpringConfigurationCheckUnmappedSpringconfigurationfilesfound.Pleaseconfigure/setupSpringfacetformodules:.........(1file)这是文件。applicationContext.xmlGr

spring - 如何在 IntelliJ IDEA 中配置 Spring facet

我是Intellij14.0的新手。我使用的是Netbeans,但我的同事告诉我转用intellij,所以我照做了。我需要在Intellij中运行在netbeans上运行的相同项目。我正在进行的项目是由grails和spring组成的。当我尝试使用Intellij运行项目时,这就是我得到的。SpringConfigurationCheckUnmappedSpringconfigurationfilesfound.Pleaseconfigure/setupSpringfacetformodules:.........(1file)这是文件。applicationContext.xmlGr

java - 当 spring-boot 运行时 IntelliJ 进程以退出代码 0 完成

从IntelliJ-Idea启动spring-boot应用程序时遇到问题。通过终端运行应用程序时我没有这个问题。::SpringBoot::(v1.2.1.RELEASE)2015-09-2412:22:44.274WARN22380---[main]n.sf.ehcache.config.CacheConfiguration:Cache'publicationsCount'issettoeternalbutalsohasTTI/TTLset.Toavoidthiswarning,cleanuptheconfigremovingconflictingvaluesofeternal,TT

java - 当 spring-boot 运行时 IntelliJ 进程以退出代码 0 完成

从IntelliJ-Idea启动spring-boot应用程序时遇到问题。通过终端运行应用程序时我没有这个问题。::SpringBoot::(v1.2.1.RELEASE)2015-09-2412:22:44.274WARN22380---[main]n.sf.ehcache.config.CacheConfiguration:Cache'publicationsCount'issettoeternalbutalsohasTTI/TTLset.Toavoidthiswarning,cleanuptheconfigremovingconflictingvaluesofeternal,TT

java - Spring Boot devtools - 静态内容重新加载在 IntelliJ 中不起作用

在构建我的第一个SpringBoot应用程序时,我发现每次更改/resources/static/some-file.js中的Javascript文件时都需要重新启动应用程序这非常耗时。当我将文件移动到/webapps/文件夹时,它按预期工作,但文件未打包在JAR中。文档提到了这一点,所以我不能继续这样下去。我阅读了所有关于spring-boot-devtools的信息,并已将其安装在我的POM中,但热交换无法正常工作。我仍然需要重新启动整个应用程序才能看到Javascript或CSS文件更改。当应用程序启动时,我可以看到LiveReloadserverisrunningonport3

java - Spring Boot devtools - 静态内容重新加载在 IntelliJ 中不起作用

在构建我的第一个SpringBoot应用程序时,我发现每次更改/resources/static/some-file.js中的Javascript文件时都需要重新启动应用程序这非常耗时。当我将文件移动到/webapps/文件夹时,它按预期工作,但文件未打包在JAR中。文档提到了这一点,所以我不能继续这样下去。我阅读了所有关于spring-boot-devtools的信息,并已将其安装在我的POM中,但热交换无法正常工作。我仍然需要重新启动整个应用程序才能看到Javascript或CSS文件更改。当应用程序启动时,我可以看到LiveReloadserverisrunningonport3

Spring Data JPA 智能在 Intellij 中不起作用

我已经使用SpringDataJPA建立了一个SpringBoot项目,但我没有看到SpringDataJPA的智能。屏幕截图显示了问题,我的Restaurant实体有一个变量调用restaurantAddress,我试图让intelliJ帮助我完成编码,但没有显示智能。我的项目设置如下:应用类:@SpringBootApplication@ComponentScan(basePackages={"com.mycompany"})publicclassApplication{publicstaticvoidmain(String[]args){SpringApplication.run

Spring Data JPA 智能在 Intellij 中不起作用

我已经使用SpringDataJPA建立了一个SpringBoot项目,但我没有看到SpringDataJPA的智能。屏幕截图显示了问题,我的Restaurant实体有一个变量调用restaurantAddress,我试图让intelliJ帮助我完成编码,但没有显示智能。我的项目设置如下:应用类:@SpringBootApplication@ComponentScan(basePackages={"com.mycompany"})publicclassApplication{publicstaticvoidmain(String[]args){SpringApplication.run

java - Intellij Spring Initializr 不可用

我正在使用IntellijIDE编写SpringBoot代码。SpringInitializr在newproject选项中对我不可用。http://blog.jetbrains.com/idea/2015/03/develop-spring-boot-applications-more-productively-with-intellij-idea-14-1/您可以在下面找到我的IDE的屏幕截图。请让我知道我在这里缺少什么? 最佳答案 虽然这里的提问者在这里使用了IntelliJUltimate,但我想指出SpringInitial

java - Intellij Spring Initializr 不可用

我正在使用IntellijIDE编写SpringBoot代码。SpringInitializr在newproject选项中对我不可用。http://blog.jetbrains.com/idea/2015/03/develop-spring-boot-applications-more-productively-with-intellij-idea-14-1/您可以在下面找到我的IDE的屏幕截图。请让我知道我在这里缺少什么? 最佳答案 虽然这里的提问者在这里使用了IntelliJUltimate,但我想指出SpringInitial