naming convention list
2022. 7. 31. 21:12ㆍ문제들
jsp / servlet + mybatis + mariadb 환경에서 개발시 naming convention 모음
html
file name convention
- no space
- case sensitive
- lower case
- Only use letters, numbers, underscores, hyphens
- main-page.html
http://web.simmons.edu/~grabiner/comm244/weekone/naming-conventions.html
id, class name convention
attribute "name" name convention
JSP file name convention
mybatis column name
- snake case(underscore)
https://mybatis.org/mybatis-3/sqlmap-xml.html#Auto-mapping
'문제들' 카테고리의 다른 글
gstatic 오탐 관련 이슈 (0) | 2022.10.12 |
---|---|
gradle build sync failed (0) | 2022.08.08 |
~causes clipping. It is better to reconsider global gain scale value (2) | 2021.09.04 |
버튼을 눌렀을 때 새로고침이 되는 경우를 해결해보자 (0) | 2021.09.02 |
mysql port 3306 문제 (0) | 2021.08.20 |