摘要: 阅读全文
posted @ 2023-05-07 08:47 .net&new 阅读(14) 评论(0) 推荐(0)
摘要: package com.sz.model;import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;p 阅读全文
posted @ 2023-05-07 08:45 .net&new 阅读(16) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2023-05-07 08:44 .net&new 阅读(5) 评论(0) 推荐(0)
摘要: package com.sz.model;public class User { private String name; private int Age; public void setAge(int age) { this.Age=age; } public int getAge() { ret 阅读全文
posted @ 2023-05-07 08:43 .net&new 阅读(16) 评论(0) 推荐(0)