- Business Application Studio
- sapui5
- Devian
- JavaScript
- BTP
- sap
- BTP 배포
- tomcat
- Capire
- HANA DB
- CAP Java
- Windows Service
- blue-green
- raspbian
- cf push
- ChatGPT
- eclipse plugin
- 구글맵 예제
- TypeScript
- cloud foundry
- HANA Cloud
- BTP Deployment
- ionic native
- springboot
- ionic3
- ionic
- SAP BTP
- angularJS
- raspberry pi
- 윈도우 서비스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Today
- Total
목록SAP BTP (4)
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..
SpringBoot과 MyBatis로 HANA Cloud DB 쿼리 이 글은 아래 사항들을 설명합니다. 1. SpringBoot에 MyBatis Mapper를 통한 DB 쿼리 2. pom.xml(maven)에 HANA DB Driver dependency 추가 3. SAP BTP trial의 HANA DB 구동 및 테이블 생성 (BTP trial에 HANA DB생성은 앞글 참고) 4. BTP trial HANA DB에 연결 설정 5. BTP Cloud Foundry (CF)에 SpringBoot Application 배포 6. CF CLI를 이용한 SpringBoot Application 배포 7. Blue-Green Deployment https://start.spring.io 새로운 spring-bo..
SAP BTP Trial에 HANA DB생성 후 쿼리 실행 이 글은 아래 사항들을 설명합니다. 1. SAP Universal ID 생성 (가입) 2. SAP BTP trial 생성 3. trial HANA DB 생성 4. HANA DB Explorer (Cloud Web DB Client ??) 소개 BTP Trial에 로그인 (2022년 8월 기준) https://account.hanatrial.ondemand.com/trial/#/home/trial 계정이 없다면 하단 Get SAP Universal ID 한다. SAP ID를 통해 로그인 후 Trial account를 생성하고 난 후 BTP의 Cockpit의 모습 Trial은 Region은 AWS US East로 생성된다. 약 2년전 SCP tria..