SpringBoot Web Application War 배포하기 SpringBoot Web Application 을 War 로 배포하는 방법을 소개하고자 한다. 특히 JBoss EAP 6, 7 에 배포하기 위해 시행착오가 많았다. Java Application SpringBoot 메인 Application 클래스에 SpringBootServletInitializer 클래스를 상속한다. configure method 를 오버라이딩 한다. Servlet 3.0 이상에서 지원한다. 이전 버젼에서는 web.xml 을 이용한 설정 방법을 사용해야 한다. @SpringBootApplication public class Application extends SpringBootServletInitializer { @Ov..
Sybase) Stored Procedure 결과를 Table 처럼 가져오기 Sybase 의 CIS (Component Integration Service) 기능을 활용하여 Stored Procedure 결과를 Table 처럼 SELECT 하는 예제를 소개하겠습니다. 먼저, 'enable CIS' configuration 이 활성화 되어야 합니다. sp_configure 'enable CIS', 1 Remote Server 로 자기 자신을 지칭하는 loopback 서버를 추가합니다. sp_addserver ‘loopback’, ‘ASEnterprise’, . 테스트 프로시져를 생성합니다. DB 는 pubs2 를 활용했습니다. create procedure sp_test @p_au_id varchar(11..
Sybase, SQLServer 에서 컬럼에 Default 속성 추가하기 How to set a default value for an existing column in sybase, sqlserver SQL Server ALTER TABLE Employee ADD DEFAULT GETDATE() FOR upt_dtm Sybase ALTER TABLE Employee REPLACE upt_dtm DEFAULT GETDATE()
- Total
- Today
- Yesterday
- nextval
- ELK
- 마크다운
- setval
- grok
- codehighlight
- restcontroller
- alter table
- proxytable
- format
- SpringBootServletInitializer
- postgresql
- 테이블스페이스
- jboss
- sqlserver
- deploy
- storedprocedure
- stereotype
- cis
- springboot
- currval
- elastic
- SublimeText
- github
- sybase
- elasticsearch
- war
- sequence
- logstash
- auto_increment
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |