sessionCreationPolicy(SessionCreationPolicy.STATELESS)); // 세션 사용 X return http.build(); } } AuthenticationManager 를 빈으로 등록합니다. 유저 비밀번호 암호화를 책
1 + spring.application.name=simple-sns 2 + 3 + spring.datasource.url=jdbc:mysql://[DB Server IP]:[DB Port]/[DB Schema] 4 + spring.datasource.username=username 5 + spring.datasource.password=password 6 + spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver 7 + 8...
需注意的是,因为Oracle做了些license的限制,Maven Central不提供Oracle的JDBC Driver的下载。我们只能手动下载JAR包(你也可以在Oracle DB或Client的安装目录中找到它),再用install命令注册到本地仓库中。 E:\>mvninstall:install-file-Dfile=E:\instantclient_11_2\ojdbc6.jar-DgroupId=com.oracle-DartifactId=ojdb...
failed to lazily initialize a collection of role: io.basquiat.customer.model.entity.Customer.addresses, could not initialize proxy - no Session org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: io.basquiat.customer.model.entity.Customer.addresses, could not ini...
http.SessionCreationPolicy; import org.springframework.security.oauth2.jose.jws.MacAlgorithm; import org.springframework.security.oauth2.jwt.JwtDecoder; import org.springframework.security.oauth2.jwt.JwtEncoder; import org.springframework.security.oauth2.jwt.NimbusJwtDecoder; import org.springframework....
Spring Boot 애플리케이션에서 컨텍스트 경로 설정 Spring Boot 애플리케이션에서 포트 구성 이 게시물 평가 평가 제출 평균 평점4.87/5. 투표 수:52 피드백 제출...
config server에서 사용할 설정 정보 git repository 예시. Contribute to rugii913/spring-cloud-config-ex development by creating an account on GitHub.