Changes between Version 5 and Version 6 of ApplicationDevelopment


Ignore:
Timestamp:
09/29/25 17:04:42 (2 weeks ago)
Author:
222077
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApplicationDevelopment

    v5 v6  
    1313
    1414----
     15
     16== Transactions
     17
     18Transactions 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
    1523     
    1624== Indexes