๐ŸŒณ Language/๐Ÿ Temp

servlet-context.xml ์—๋Ÿฌ

 

 

servlet-context.xml์— ์—๋Ÿฌ๊ฐ€ ๋–ด์„ ๋•Œ, ์—๋Ÿฌ ๋‚ด์šฉ์€ ๋‹ค์Œ๊ณผ ๊ฐ™๋‹ค.

 

์—๋Ÿฌ ๋‚ด์šฉ

Attribute : class

The fully qualified name of the bean's class, except if it serves only as a parent definition for child bean 

 definitions.

 

Data Type : string

 

 

ํ•ด๊ฒฐ ๋ฐฉ๋ฒ•

1. Build Path์—์„œ ojdbc6.jar / ojdbc14.jar๋ฅผ import ํ•ด์ค€๋‹ค.

2. Project - Clean

 

 

pom.xml์˜ oracle์€

 

 

<dependency>

<groupId>com.oracle</groupId>

<artifactId>ojdbc6</artifactId>

<version>11.2.0.3</version>

<scope>compile</scope>

</dependency>

 

 

 ojdbc6์ด๋ฏ€๋กœ ojdbc6.jar๋ฅผ import ํ•ด์คฌ๋‹ค.