Inflearn Community Q&A
강의 시간 15:45~ 질문있습니다.
Resolved
Written on
·
171
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"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd"
default-init-method="default_init"
default-destroy-method="default_destroy">
질문)
default method 들은 꼭 맨위에 달아줘야하는건가요?
javaspring





