Spring(MVC)_01_01
·
Spring, Boot/기초 내용 정리
2025-01-22    Hello world! The time on the server is ${serverTime}. 인사말 : ${ greeting }  package com.spring.mvc01;import java.text.DateFormat;import java.util.Date;import java.util.Locale;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.stereotype.Controller;import org.springframework.ui.Model;import org.springframework.web.bind.annotation.RequestMapp..
Spring(DI)_02_05
·
Spring, Boot/기초 내용 정리
2025-01-22       INFO : org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [car.xml]INFO : org.springframework.context.support.GenericXmlApplicationContext - Refreshing org.springframework.context.support.GenericXmlApplicationContext@32cf48b7: startup date [Wed Jan 22 17:49:41 KST 2025]; root of context hierarchyINFO : org.spring..
Spring(DI)_02_04
·
Spring, Boot/기초 내용 정리
2025-01-22    INFO : org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [person.xml]INFO : org.springframework.context.support.GenericXmlApplicationContext - Refreshing org.springframework.context.support.GenericXmlApplicationContext@32cf48b7: startup date [Wed Jan 22 17:45:30 KST 2025]; root of context hierarchyINFO : org.spring..
Spring(DI)_02_03
·
Spring, Boot/기초 내용 정리
2025-01-21      INFO : org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [mydao.xml]INFO : org.springframework.context.support.GenericXmlApplicationContext - Refreshing org.springframework.context.support.GenericXmlApplicationContext@32cf48b7: startup date [Tue Jan 21 21:14:52 KST 2025]; root of context hierarchyINFO : org.sprin..
Spring(DI)_02_02
·
Spring, Boot/기초 내용 정리
2025-01-21      INFO : org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [message.xml]INFO : org.springframework.context.support.GenericXmlApplicationContext - Refreshing org.springframework.context.support.GenericXmlApplicationContext@32cf48b7: startup date [Tue Jan 21 21:12:37 KST 2025]; root of context hierarchyINFO : org.spr..
Spring(DI)_02_01
·
Spring, Boot/기초 내용 정리
2025-01-21   INFO : org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [getsum.xml]INFO : org.springframework.context.support.GenericXmlApplicationContext - Refreshing org.springframework.context.support.GenericXmlApplicationContext@32cf48b7: startup date [Tue Jan 21 21:10:33 KST 2025]; root of context hierarchyINFO : org.springf..
Spring(DI)_01_05
·
Spring, Boot/기초 내용 정리
2025-01-21    INFO : org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContextCollection.xml]INFO : org.springframework.context.support.GenericXmlApplicationContext - Refreshing org.springframework.context.support.GenericXmlApplicationContext@517cd4b: startup date [Tue Jan 21 21:05:28 KST 2025]; root of context hiera..