clockrun

Results 7 comments of clockrun

Hi Ulishulte, Unfortunately this doesn't work. After set this value manually, I cannot see its key in property list from spring boot admin. Besides, it didn't take effect after calling...

Hi Ulischulte, We are using spring cloud discovery together with kubernetes to locate spring boot application (via annotation on service). We are not using spring boot admin client. Then how...

Seems not working for me. I set environment variable `SPRING_BOOT_ADMIN_MONITOR_TIMEOUT_JOLOKIA` to value 1800000, but it still get time out immediately.

Hi Colleagues, by default, table name / view name / column name in PostgresQL is case sensitive. So the normal way is to either use double quote to quote name...

perhaps we can use similar way like Spring. https://www.baeldung.com/hibernate-field-naming-spring-boot Predefine some naming strategy and let developer decide which one to use. In this case, we will need capire to support...

Hi Gregor, Yes, that's something we need to discuss. SInce the naming convention has changed, all those unit test need to be rewrite. Let's confirm the design and then update...

I have same issue, too. We were using 2.1.3 and there were many crash in the past. I updated it to latest 3.1.6 and the crash still happens. From my...