问题标签 [sts]
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.
spring-boot - 引导仪表板不显示端口号
我正在使用 sts 3.9 和 spring boot 2.4。我可以使用我的 eureka 服务器项目成功启动并运行 tomcat 服务器,但是启动仪表板没有显示端口号,而只是在运行时说出应用程序名称和“未知端口”
spring-boot - 打包工作的 Spring Tool Suite 应用程序时出错
我在 Spring Tools Suite 上编写了一个 Spring Boot 应用程序,该应用程序在 STS 上运行良好。这是 Spring In Action Fifth Edition 中的一个示例(顺便说一下,本书的代码有很多错误)。但是当我试图将它打包到一个 jar 文件中时,Maven 突然开始抛出编译错误。基本上消息是:
它应该在 Spring Data JPA 上我们可以使用我们不需要实现的接口(CrudRepository),它将为我们提供很多 CRUD 方法。这个事实以及它在 STS 上运行顺利的事实(并且没有抱怨任何未实现的方法)让我感到迷茫。任何帮助将不胜感激。
spring - 在 STS 中创建 Springboot 启动项目时出现以下错误
--> 在这一行出现错误
spring-boot - org.hibernate.id.IdentifierGenerationException:必须在调用 save() 之前手动分配此类的 id:com.robicciportal.entity.Dnd
我在我的 Spring Boot 应用程序中遇到了上述错误。我不想将主键设为自动生成的值,因为我的主键是字符串类型和客户的手机号码。这是我的控制器
当我点击 /dnd 然后我得到了这个错误。
这是我的 dnd 实体类
这是我的服务班
这是我的服务实现类
这是我的视图类
为什么会出现这个错误请帮忙
jquery - 未捕获的 ReferenceError: ajaxPost 未在 HTMLButtonElement.onclick 中定义
我在运行 ajax 方法的控制台中收到此错误
这是我的 ajax 课'
这是我的视图类
我对 ajax 很了解,我还在学习,但是当我点击保存按钮时,我收到了这个错误,我认为我的 ajax 很好,但是为什么我会收到这个错误。
未捕获的 ReferenceError: ajaxPost 未在 HTMLButtonElement.onclick (dnd:107) 中定义
eclipse - eclipse sts gradle 多模块项目问题
使用 Eclipse STS 4.10/linux 。
我有一个多模块项目,例如:
-rootFolder
-web(Web 应用程序)
-dataservice(服务、域逻辑)
-datadef(模型、存储库)
web 有 dataservice 作为依赖 build.gradle 显示:
dataservice 有 datadef 作为依赖 build.gradle 显示:
我无法实现的是 datadef-1.0.0-SNAPSHOT.jar 包含在 dataservice-1.0.0-SNAPSHOT.jar 文件中。不过,两者都包含在 web.app 中。有时 Eclipse 会“丢失”对 datadef 项目的 dataservice 的引用,并将 datadef 中的任何内容视为错误。
粘贴数据服务项目 .classpath 文件。它显示了对 datadef 的依赖。
spring - STS PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求目标的有效证书路径
STS4.10 -- SunCertPathBuilderException:无法找到请求目标的有效证书路径
另外,如果我尝试导入 spring starter 项目,在 POM.xml 中会出现以下错误
在这一行发现多个注释: - 无法找到请求目标的有效认证路径 - 无法从https://repo.maven.apache传输 org.springframework.boot:spring-boot-maven-plugin:pom:2.4.5 .org/maven2缓存在本地存储库中,直到中央的更新间隔过去或强制更新后才会重新尝试解析。原始错误:无法将工件 org.springframework.boot:spring-boot-maven-plugin:pom:2.4.5 从/到中央传输(https://repo.maven.apache.org/maven2):PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求目标的有效证书路径
eclipse - Spring STS 'Spring boot cli script'/'Spring boot cli service' 外部工具配置
尝试在eclipse外部工具配置下创建'Spring boot cli script'和'Spring boot cli service'。他们都以错误告终(图片链接如下)。关于如何解决这个问题的任何建议?