Changes between Version 5 and Version 6 of ApplicationDevelopment
- Timestamp:
- 09/29/25 17:04:42 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApplicationDevelopment
v5 v6 13 13 14 14 ---- 15 16 == Transactions 17 18 Transactions are used from Spring Boot specifically in these files: 19 20 * [https://github.com/KikoTheFinker/RouteMK/blob/master/src/main/java/mk/route/routemk/services/company/CompanyTripServiceImpl.java CompanyTripServiceImpl.java] 21 * [https://github.com/KikoTheFinker/RouteMK/blob/master/src/main/java/mk/route/routemk/services/PaymentServiceImpl.java PaymentServiceImpl.java] 22 15 23 16 24 == Indexes