Minimal set of words which acts as tech guide ,documented for following purpose like kick starting stuff easier , reference the emphasised feature or basic intro about the stuff..!!!
Continuous deployment is an automated process of releasing production code to the desired infrastructure, Only after Continuous Integration pipelines are satisfied.
CI (Continuous Integration) is making sure every piece of code is tested
As we know Scala as language is getting popular in data science or general programming field, for its functional programming traits as well object oriented behaviour also Scala runs on JVM so we
Object
so in scala object is a singleton instance of the class, lets explain with small snippet.
object test {
def addPlusOne(a:Int) = a+1;
}
So when your calling the function instance is
If you have landed on this page means either your working with spring boot and trying to upload an file to a privately hosted minio object store server. so we know spring boot
Minio is another object store just like AWS S3, This is self hosted so easily can be used in private cloud. and it is open source so its absolute free use and modify.