Ömer Sezgin Uğurlu
Ömer Sezgin Uğurlu
same expectations. does not work. Java plugin even does not run Spring Boot application. Gradle Tasks plugin is able start bootRun task. However I cannot debug. Expected debug icon does...
actually this is the **expected** behavior. My ide does **not** show bug icon. Only play icon exists. Here is the actualy snapshot 

Thank you for really quick responses. Have a nice day.
I think I found possible explanation. my gradle project is multi module project. If "submodule:bootRun" is used instead of "bootRun" debug icon is displayed. Maybe a wildcard can be used?...
Thank you for the quick response Following query returns empty set. ``` select t.* from testlog t left join testdevice d on d.mac = t."logMeta.logMac"; ``` ``` CREATE FOREIGN table...