-
With intellij 13 and the the latest version of the plugin, the source and test paths are set. But web and spring module configurations are not added.
-
Firstly, thank you for developing this useful plugin!
I'm using a script to generate an environment file for use with EnvFile, so that I can dynamically change environment variables based on my sys…
-
Defined variable in file
`DATASOURCE_CONF=-Dspring.datasource.url=jdbc:mysql://localhost:3306/TEST_DATABASE -Dspring.datasource.username=test -Dspring.datasource.password=test -Dhibernate.dialect=or…
-
**Is your feature request related to a problem? Please describe.**
![image](https://user-images.githubusercontent.com/10516961/140328150-c43dcd60-d681-4798-a070-c787d2242911.png)
![image](https://…
-
## I try to run an asp.net core api with dotnet7 SDK in a docker container.
I have this connection string:
`server=xxx.xxx.xxx.xxx,SqlServerPort;database=DbName;user id=sa;password=DbPassword123;T…
-
Hello,
I explored this new suggested solution for testing Maven plugins but then I realized it is unable to answer my (specific?) needs (from what I understood so far).
In fact, what I want is v…
-
```
---- Minecraft Crash Report ----
// Don't do that.
Time: 6/29/21, 9:01 AM
Description: Ticking block entity
java.lang.reflect.UndeclaredThrowableException
at com.sun.proxy.$Proxy90.brea…
-
Hi guys,
I am going to use GraphQL on my new project (FEs love it to utilize over REST). My initial task is to create routing service to datawarehouse which will support query anything in general. …
-
Example:
```kotlin
runBlocking {
try {
newSuspendedTransaction {
println("Try to insert...")
throw RuntimeException("Fail")
}
} catch (i: Exception) {
println("S…
-
Hi all,
I'm upgrading from exposed 0.12.1 to 0.17.7, and suddenly my tests are failing. This is because of the casing of the columns. I've reverted back to our old Exposed.
In our Exposed classe…