일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- find
- plugin
- 네트워크
- grep
- Windows 10
- 줄바꿈 문자
- context
- Windows
- maVen
- resource
- import
- Source
- port
- Quartz
- JavaScript
- web.xml
- GIT
- VirtualBox
- tomcat
- 단축키
- lsof
- xargs
- netsh
- bash
- vscode
- ssh
- Mac
- IntelliJ
- profile
- Eclipse
- Today
- Total
develog
[Spring] beans.xml 본문
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:util="http://www.springframework.org/schema/util" xmlns:mvc="http://www.springframework.org/schema/mvc" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd " > </beans> |
'Dev > Spring' 카테고리의 다른 글
[Spring] beans.xml 설정2, annotation-config (0) | 2015.08.28 |
---|---|
[Spring] beans.xml 설정1, 기본 (0) | 2015.08.28 |
[Spring] Spring3 AOP 설정, xml or java (0) | 2015.06.04 |
[Spring] static method injection (0) | 2014.11.11 |
[Spring] Spring 2.5, Properties #2 (0) | 2014.11.11 |