public class Tutoriall {
public static void main(String[] args) {
try{
System.out.println(new Date()+"\n");
Thread.sleep(10000);
System.out.println(new Date()+"\n");
}
catch(Exception e)
{
System.out.println("Got on exception");
}
}
}
Bu yazımızda sizlere spring boot ile yazılmış basit bir Rest api'nin heroku üzerinde nasıl deploy edebileceğimizi göstereceğim. Önce ...
Hiç yorum yok:
Yorum Gönder