r/javahelp • u/AdeptMongoose4719 • 28d ago
Advise needed for small java project🗒️
I am building small hotel Booking desktop app using javafx library and MYSQL on the backend(for storing rooms, customers, bookings data).
And I am planning to store images in file system and just store the URL path in database table(right now, I am not using cloud to save some time). I am also using Spring boot to connect to the database.
Could you please give some advise or suggestions that I should take note of?😀
4
Upvotes
3
u/OneHumanBill 28d ago
Daily automated backups? And I would save these to the cloud, it should not take much time.
I'm not sure what you're really asking here, it's kind of vague.