issues
search
Daggerpov
/
Spawn-App-Back-End
Back-end REST API for the Spawn mobile app, written in Java Spring Boot, and connected to a MySQL database.
Other
2
stars
0
forks
source link
Fixed issues from date/time data type changes + `Long` -> `UUID` data type
#40
Closed
Daggerpov
closed
1 day ago
Daggerpov
commented
1 day ago
We use UUIDs on the mobile side, and in the ERDs, so it makes sense to avoid having to convert between the API request and our back-end, by turning our back-end id properties to
UUID
s from
Long
s
Removed
TestController.java
junk file
Adjusted data types for recent #36 change
UUID
s fromLong
sTestController.java
junk file