Add files via upload
This commit is contained in:
parent
77227cdc9f
commit
769dfd7664
|
@ -0,0 +1,12 @@
|
||||||
|
package com.baeldung.thymeleaf;
|
||||||
|
|
||||||
|
import org.springframework.boot.SpringApplication;
|
||||||
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
|
@SpringBootApplication
|
||||||
|
public class WorkingWithArraysInThymeleafApplication {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
SpringApplication.run(WorkingWithArraysInThymeleafApplication.class, args);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue