Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- IntelliJ
- 생성
- 알고리즘
- 쿼리
- aws
- db
- Eclipse
- error
- 오라클
- JavaScript
- 스프링
- Git
- 함수
- Spring
- GitHub
- 자바
- Security
- 넥사크로
- jquery
- JPA
- kotlin
- Java
- 시큐리티
- mybatis
- 방법
- 에러
- 코틀린
- Vue
- oracle
- 프로그래머스
Archives
- Today
- Total
목록통합 (1)
송민준의 개발노트

1. spring Initializr로 새로운 프로젝트 생성 2. Initializr 환경 셋팅( Maven, Java11, Jar) 3. dependencies 설정 (일단 쓰겠다싶은 것 추가함) 4. 프로젝트 finish 5. root 경로에 .editorconfig 라는 파일 생성 root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false 6. properties -> yml 로 바꿔주기 and 기본정보 세팅 spring: # d..
웹/환경설정(setting)
2021. 4. 24. 17:50