From 7abfed3b97950da4983f14ba283165fee2eb71d5 Mon Sep 17 00:00:00 2001 From: pq54ntls9 <1960868911@qq.com> Date: Sun, 16 Mar 2025 12:15:37 +0800 Subject: [PATCH] Delete 'src/com/ssm/first/TestFirst.java' --- src/com/ssm/first/TestFirst.java | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/com/ssm/first/TestFirst.java diff --git a/src/com/ssm/first/TestFirst.java b/src/com/ssm/first/TestFirst.java deleted file mode 100644 index e4719d1..0000000 --- a/src/com/ssm/first/TestFirst.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.ssm.first; - - -import org.springframework.context.ApplicationContext; -import org.springframework.context.support.ClassPathXmlApplicationContext; - -public class TestFirst { -public static void main(String[] args) { - ApplicationContext ac=new ClassPathXmlApplicationContext("bean-first.xml"); - System.out.print("Hello and welcome!"); - System.out.print("Hello and welcome! hjb"); - System.out.print("Hello and welcome! yuleyuan"); - System.out.print("Hello and welcome! lvk"); - System.out.print("Hello and welcome! yq"); - } -}