Anotaciones Spring MVC - Controller @ControllerAnnotation to indicate that the class is a controller class.@RestControllerA convenience annotation that is itself annotated with @Controller and @ResponseBody. Used in controllers that will behave as RESTful …
Java
Java [Guía Rápida]
Hello World Tipos de datos boolean Puede contener los valores true o false.byte Enteros. Tamaño 8-bits. Valores entre -128 y 127.short Enteros. Tamaño 16-bits. Entre -32768 y 32767.int Enteros. Tamaño 32-bits. Entre -2147483648 y 2147483647.long Enteros. Tamaño 64-bits. Entre …