Giter VIP home page Giter VIP logo

myminiproject's Introduction

스프링 mybatis를 이용한 간단한 게시판

NoSuchMessageException: No message found under code 'invalidLength.user.id' for locale 'ko'

servlet-context.xml 에

<beans:bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
		<beans:property name="basenames">
			<beans:list>
				<beans:value>error_message</beans:value> <!-- /src/main/resources/error_message.properties -->
			</beans:list>
		</beans:property>
		<beans:property name="defaultEncoding" value="UTF-8"/>
	</beans:bean>

추가해주고, src/main/resources/error_message.properties 를 추가해줌.

갑자기 톰캣이 정상 작동을 안한다. Configuration Error: deployment source 'ch4:war exploded' is not valid 에러가 떴고, Artifact ch4:war exploded: Error during artifact deployment. See server log for details. 아티팩트를 찾지 못하는 것 같다. 아 myminiproject 를 검색해야 하는데 이전에 설정해둔 ch4 를 찾는 것 같다.

compiler.xml,artifact folder 등 빌드할때의 정보들 일일히 다 수정해줌. 수정후 프로젝트 재시작 하니 정상 작동함.

myminiproject's People

Contributors

hunjeong93 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.