How to initialize a Java Date object in Spring xml configuration file?

后端 未结 4 2079
生来不讨喜
生来不讨喜 2020-12-08 23:41

Consider this simple example -

public class Person
 {
    private String name;
    private Date dateOfBirth;

    // getters and setters here...
 }
<         


        
4条回答
提交回复
热议问题