You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: todo-web-api-use-oracle-db/README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
# Todo Web API with Oracle Database
2
2
3
-
This sample application demonstrates a Spring Boot REST API for managing Todo items using an Oracle database with JPA. The application showcases Oracle-specific SQL features and data types such as VARCHAR2.
4
-
5
-
## Features
3
+
This application is developed using Spring Boot REST APIs to manage Todo items with an Oracle database integrated through JPA. It leverages Oracle-specific SQL features and data types, for instance, VARCHAR2. The goal is to migrate this application to utilize Azure Database for PostgreSQL.
6
4
5
+
The app uses:
7
6
- CRUD operations for Todo items
8
7
- Spring Data JPA with Oracle database
9
8
- Custom SQL queries using Oracle-specific features
@@ -81,10 +80,10 @@ curl -X GET http://localhost:8080/api/todos
81
80
curl -X POST http://localhost:8080/api/todos \
82
81
-H "Content-Type: application/json" \
83
82
-d '{
84
-
"title": "Learn Oracle Database",
85
-
"description": "Study Oracle-specific features and SQL syntax",
86
-
"priority": 7,
87
-
"dueDate": "2023-12-31T23:59:59"
83
+
"title": "Learn GitHub Copilot App Modernzation for Java",
84
+
"description": "Get started today https://aka.ms/AM4Jgetstarted",
85
+
"priority": 1,
86
+
"dueDate": "2025-6-18T23:59:59"
88
87
}'
89
88
```
90
89
@@ -109,7 +108,7 @@ curl -X POST http://localhost:8080/api/todos \
109
108
110
109
## Oracle-Specific Features
111
110
112
-
This sample demonstrates several Oracle-specific features:
111
+
This sample uses several Oracle-specific features:
0 commit comments