**--------------------------------------------------------------------* ■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
출처 : https://getbootstrap.com/docs/4.0/components/modal/ ModalUse Bootstrap’s JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.getbootstrap.com// 계좌 이체 조회 Modal close시//bootstrap hidden.bs.modal$("#divApproveModal").on("hidden.bs.modal", function() { $("#divUpdAcctTrns").hide(); COMMON.Utils.fnFrmReset( "frmUpd..
- Total
- Today
- Yesterday
- 프로젝트명변경
- draw.io
- excel
- Javascript
- devtools
- caniuse
- sumifs
- element위치
- 진열사랑
- Keycode
- 전후방탐색
- PostgreSQL
- lombok
- DatePicker
- oracle
- spring
- JQuery
- CSS
- setter
- $.each
- ul li로 테이블
- QueryDSL
- $.extend
- springboot
- @ExceptionHandler
- getter
- 정규식
- object key
- border-collapse
- 여러 컬럼 update
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |