Spring Boot: Disabling Command Line Parameters
Property via command line
In previous example we have seen how to send command line parameter as –server.port , We can pass any parameter via command line. The parameters which are sent via command line can be accessed using @Value annotation ,using ...
kumarpallav.dev1 min read