问题标签 [spring-tools-4]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
console - Spring Tool Suite 4 控制台颜色问题
我正在使用 Spring Tools Suite 4 开发一个 Spring Boot 应用程序。我不知道为什么,但大多数日志消息都以红色突出显示。只有弹簧靴标志具有正常的颜色突出显示。
我有以下设置:
- STS-4.2.2
- Maven 3.6.1
spring.output.ansi.enabled=always
- Windows 7 与旧的 powershell 版本(如果这甚至很重要)
- Eclipse 控制台设置是标准的(只有 syserr 应该创建红色事件)。
我错过了什么?谢谢你的帮助
spring-batch - 无法安装本地云服务
当我尝试使用 Spring Tool Suite 4 安装本地云服务时
我得到
IOException:无法通过代理进行隧道传输。代理返回“HTTP/1.1 407 authenticationrequired” 无法通过代理建立隧道。代理返回“HTTP/1.1 407 authenticationrequired”错误消息。
如果我尝试编辑 Spring Boot 启动器,则会发生相同的错误
我已经在 Windows->Preferences->General ->Network connections -> Active provider to Manual 下配置了我的代理服务器,并为 HTTP 和 HTTPS 模式配置了代理详细信息。
注意:我可以从 Eclipse Marketplace 安装其他插件。
spring-tool-suite - STS 4 是否在构建中有 yaml 编辑器
我已经为 Windows 10 下载了最新的 STS 4,但由于某种原因它没有检测到 yml 格式错误。我需要包含任何特定的插件吗
spring-tool-suite - java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException 这个错误出现在spring boot web
这是第一次用户spring boot我有这个错误请任何人帮我解决这个错误我正在使用springv工具套件
这是 WebAppApplication.java
这是我运行代码时出现的错误
这是第一次用户spring boot我有这个错误请任何人帮我解决这个错误我正在使用springv工具套件
eclipse - Spring Boot 在 Eclipse 中使用 log4j2 - NoClassDefFoundError Logback
我有一个使用带有 log4j2 的 Spring Boot 的项目,它可以作为一个独立的 jar 正常工作,但不能作为 eclipse 中的 java 应用程序(也不能作为 Spring boot 应用程序)。这是 pom 的样子:
我得到的错误是:
这是我已经尝试过的:
- 我试图删除我的 M2 存储库并重新安装所有依赖项。
- 我尝试添加 logback-classic jar,但这导致了 2 个日志记录实现之间的冲突。
- 我试着跑
mvn eclipse:eclipse
但这些黑客都没有奏效。
有什么建议么?
spring-tool-suite - 下载早期版本的 STS4
STS 4 网站在其网站上发布了下载最新版本 IDE 的链接。我们如何下载一个早期版本的 STS ?
我希望下载 4.3,因为它支持 kotlin。
PS:我正在寻找将springframework代码导入eclipse(STS)
eclipse - Spring Tools Suit 4 和 Spring roo
我无法创建 Spring Roo 项目是 Spring tools Suit 4。我需要安装插件吗?我试图从 Eclipse 市场安装 Spring Roo 插件,但没有用户。请帮忙。
java - 打开 Eclipse Market 时出现错误
打开 Eclipse Marketplace 或安装新软件时出现错误。
阻塞模式上下文期间未处理的事件循环异常。没有更多的把手
Eclipse Spring 工具套件版本
弹簧工具套件 4
版本:4.4.2.RELEASE
内部版本号:201911201053
这是我的Java版本
java版本“1.8.0_201”
Java(TM) SE 运行时环境 (build 1.8.0_201-b09)
Java HotSpot(TM) 64 位服务器 VM(内部版本 25.201-b09,混合模式)
我的操作系统
没有可用的 LSB 模块。发行商 ID:LinuxMint 描述:Linux Mint 19 Tara 发行版:19 代号:tara
先感谢您!
eclipse - How to offline install of Spring Boot Tools Plugin into Eclipse IDE?
I need to install Spring Tools 4 Plugin into my Eclipse IDE. The Problem is, that I dont have any Internet access on this machine. My other Plugins like SonarLint, MoreUnit I installed via zip archive available on official sites or github.
Install New Software -> add archive.
I cant find any zip archives for Spring Boot Tools 4. Is there a way to get it or another way to install that plugin offline?
I tried to download and install everything on another machine and copy it, but its forbidden to connect bigger usb drives to the machine. For the plugin itsef it will be ok.