Category: Java

자바 개발 관련 카테고리입니다.

Java

sqlMapConfig.xml 샘플

<?xml version=”1.0″ encoding=”UTF-8″ ?> <!DOCTYPE configuration PUBLIC “-//mybatis.org//DTD Config 3.0//EN” “HTTP://mybatis.org/dtd/mybatis-3-config.dtd”> <configuration> <!– <settings> –> <!– <setting name=”cacheModelsEnabled” value=”true” /> –> <!– <setting name=”enhancementEnabled” value=”true”...
Java

web.xml 샘플

<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"       xmlns="http://java.sun.com/xml/ns/javaee"       xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"       id="my_api"       version="3.0">        ...
error: Content is protected !!