일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- forward프록시
- 깊은복사
- transaction
- 알고리즘
- RDBMS
- Database
- 얕은복사
- mutable
- 프록시서버
- 조인
- 데이터베이스
- ERD
- proxy
- acid
- 자료구조
- 방어적복사
- NoSQL
- 정규화
- immutable
- 불변객체
- binarySearch
- 인덱스
- java
- index
- reverse프록시
- 이진탐색
- Today
- Total
목록Spring (3)
jacketList

Spring Security란? spring기반 애플리케이션의 보안(인증 과 인가 등)을 담당하는 스프링 기반 하위 프레임워크 인증(Authentication)은 말 그대로 사용자가 인증하는 과정을 뜻하며 인가(Authorization)는 서버가 사용자에 대한 권한을 부여하는 것 Spring Secruity에서는 principal을 아이디로, Credential을 비밀번호로 사용하는 Credential기반 인증 방식 사용 principal(접근 주체): 보호받는 Resource에 접근하는 대상 credential(비밀번호): Resource에 접근하는 대상의 비밀번호 Spring Secruity의 특징과 구조 보안과 관련하여 체계적으로 많은 옵션을 제공하여 편리하게 사용 가능 Filter기반으로 동작하여..
아래와 같은 오류 발생 Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:100) ~[hibernate-core-5.4.27.Final.jar:5.4.27.Final] at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java..
*************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. If you have data..