- 구글맵 예제
- raspberry pi
- BTP Deployment
- JavaScript
- ionic3
- BTP
- HANA DB
- HANA Cloud
- sapui5
- springboot
- Business Application Studio
- eclipse plugin
- angularJS
- raspbian
- ionic
- BTP 배포
- TypeScript
- cf push
- ChatGPT
- tomcat
- cloud foundry
- blue-green
- 윈도우 서비스
- ionic native
- CAP Java
- Devian
- SAP BTP
- Capire
- Windows Service
- sap
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Today
- Total
목록BTP (2)
Ryan's Log

이 글은 SAP BTP의 BAS를 사용하여 CAP Java Application으로 CDS를 통해 OData를 구현하고 이를 MTA로 배포 합니다. 이게 대체 머선 말이고... SAP BTP : Business Technology Platform --> SAP Cloud Platform BAS : Business Application Studio. --> IDE CAP : Cloud Application Programming Model --> https://cap.cloud.sap/docs/ CDS : Core Data Service MTA : Multi-target Application --> https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4..

SpringBoot과 JPA에 HANA Cloud DB를 사용하는 데모에 이를 BTP에 배포 이 글은 아래 사항들을 설명합니다. 1. SpringBoot로 JPA와 HANA DB를 사용 2. gradle에 HANA DB Driver dependency 추가 3. BTP trial HANA DB에 연결 설정 4. 간단한 JPA Entity 및 서비스 코딩 5. BTP에 배포 https://start.spring.io 새로운 spring-boot demo 를 생성한다. Gradle Project에 Java 8로 진행하며, Spring Web, Spring Data JPA를 선택한다. GENERATE를 통해 다운로드 된 starj-frame-jpa.demo.zip 파일을 압축 해제한 후 Visual Studi..