Thorsten Schoening
- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 12
-
已编辑于 Atlassian removed JIRA integration APIs
已回答Im receving the following error message when trying to open a task from JIRA since about a few hours. Worked perfectly before. According to the linked website, the changes were announced a few mont... -
已编辑于 Why are compiler settings in `.idea/compiler.xml` regularly reset?
已回答I have the following setting in compiler.xml to be able to use Spring configuration properties properly. There's a similar setting in pom.xml, but seems that IDEA doesn't take that into account for... -
创建于 Directory with resources dir ending on ".lib" not copied into "target/classes" when IDEA builds automatically.
已回答I have the following project layout:project project-app project-lib srcmain java[…] resourcesfoo.bar.project.lib file1.yaml file2.yaml targetclasses project-war When I execute `mvn clean... -
创建于 How to configure a classpath for custom Liquibase migrations for the Liquibase update dialog in the IDE UI?
已回答Hi everyone,in the database section of IDEA there's a context menu to apply Liquibase updates in my projects, because I use Liquibase in those. Though, when doing so, I get a ClassNotFoundException... -
创建于 How does the continuation setting in Java code formatter work?
已回答Hi everyone,I have code like the following, which is automatically indented by one tab with size of 4 spaces. 1 tab for the method within the class, one tab for “return” within the method and a thi... -
已编辑于 Am I able to configure the IntelliJ Java code formatter to keep alignment spaces within statements?
已回答Hi everyone,I'm wondering if I'm able to tell the formatter somehow to keep the following code as-is. Note the spaces between interface names and “extends” or variable names and “=” or before the s... -
已编辑于 Is there a plugin monitoring IDEAs console for some special text and able to execute some tool?
已回答Hi everyone,I have a Spring Boot-app and would like to do something after I manually stopped that. After stopping, the IDEA console prints the following text, which in theory is somewhat secure to ... -
创建于 How to automatically execute a commandline when STOPPING a Spring Boot-app?
已回答Hi everyone,I have a run-config for a Spring Boot-app that automatically starts some process using the “Add before launch task”. That process runs in the background and I would like it to stop at l... -
已编辑于 No login possible in Tools/Tasks/Servers with same credentials, but different IDE projects
已回答Hi everyone,I have different IDE projects and in some of those Tools/Tasks/Server was configured in the past to use a company JIRA instance, while in some IDE projects I simply forgot to do so. Aft... -
创建于 How to disable plugin updates for individual plugins only?
已回答Hi everyone,for various reasons I need to use exactly one version of some special plugin, while newer versions for that are released regularly. IntelliJ informs me about those updates and from time...