oc get ksvc oc patch ksvc spring-boot-example --type merge -p '{"spec":{"template":{"metadata":{"annotations":{"autoscaling.knative.dev/minScale":"1"}}}}}' ...
I write this application is for explain the mechanism of different component of Spring framework. Data stored in embedded H2 database. Schema and data is imported when application start and all data ...