Friday, 5 April 2019

Setting Up Spring boot Dev Tool Live-Reload In Intellij

1.  Ctrl +Shift +A search Registry(Double Shift search Registry)
check
compiler.automake.allow.when.app.running

then Close




2. Ctrl+Alt+S

Build, Execution, Deployment/Compiler

Check    Build project automatically

Then press 'Apply'

No comments:

Can Jackson Deserialize Java Time ZonedDateTime

Yes, but must include JSR310. Thus ZonedDateTime can be deserialized directly from JSON response to POJO field. <dependency> <g...