**--------------------------------------------------------------------* ■Property 암복호화 설정 --------------------------------------------------------------------**/@Configurationpublic class JasyptConfig {private static final String ENCRYPT_KEY = "----";@Bean("JasyptStringEncryptor")public StandardPBEStringEncryptor stringEncryptor() {StandardPBEStringEncryptor encryptor = new StandardPBEStringEncr..
Configuration@EnableAsyncpublic class AsyncConfig implements AsyncConfigurer {private static ThreadPoolTaskExecutor threadPoolTaskExecutor;private static String THREAD_NAME = "ASYNC-THREAD-";private static int CORE_POOL_SIZE = Runtime.getRuntime().availableProcessors(); // 최초에 생성할 Pool Sizeprivate static int MAX_POOL_SIZE = Runtime.getRuntime().availableProcessors(); // 최대 Pool Sizeprivate stati..
설정 제외SpringBootApplication(exclude = {DataSourceAutoConfiguration.class, MybatisAutoConfiguration.class, ErrorMvcAutoConfiguration.class},scanBasePackages = {"com.shinhanpg.admin.backoffice", "com.payletter.d7"})//@EnableRedisHttpSessionpublic class ServiceApplication { public static void main(String[] args) {SpringApplication.run(ServiceApplication.class, args);}}
/**------------------------------------------------------------* validation------------------------------------------------------------*/$(function() {$.validator.addMethod("notEqualTo", function(value, element, param) {return this.optional(element) || value != $(param).val();}, "Please specify a different value.");$.validator.addMethod("dupId", function(value, element, param) {return this.optio..
test
- Total
- Today
- Yesterday
- 프로젝트명변경
- Javascript
- sumifs
- setter
- excel
- caniuse
- springboot
- PostgreSQL
- spring
- CSS
- $.extend
- 진열사랑
- QueryDSL
- $.each
- element위치
- devtools
- border-collapse
- oracle
- getter
- lombok
- 정규식
- @ExceptionHandler
- draw.io
- 여러 컬럼 update
- DatePicker
- object key
- ul li로 테이블
- Keycode
- JQuery
- 전후방탐색
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |