hotel-web-app-main
pom.xml
3KB
mvnw
10KB
src
test
java
com
iyhunko
hotel
repositories
UserRepositoryTest.java
1KB
controllers
UserController.java
2KB
HotelApplicationTests.java
208B
main
resources
application.properties
515B
templates
request_create.html
7KB
register_success.html
560B
request_details.html
5KB
room
room_details.html
5KB
room_edit.html
9KB
room_create.html
8KB
rooms.html
8KB
requests.html
4KB
booking_edit.html
2KB
users.html
2KB
payments.html
4KB
bookings.html
4KB
403.html
487B
home.html
858B
payment_edit.html
3KB
register.html
2KB
profile.html
7KB
request_edit.html
7KB
about.html
953B
user_edit.html
3KB
blocks
head.html
681B
pagination.html
3KB
footer.html
272B
scripts.html
521B
header.html
4KB
db
migration
V2.1__seed_roles_and_users.sql
5KB
V2.4__seed_bookings.sql
3KB
V1.0__init_db.sql
4KB
V2.5__seed_payments.sql
3KB
V2.3__seed_requests.sql
8KB
V2.2__seed_rooms.sql
15KB
messages_ua.properties
327B
static
css
custom.css
437B
js
custom.js
0B
messages.properties
233B
java
com
iyhunko
hotel
models
Request.java
6KB
User.java
2KB
Room.java
5KB
Role.java
541B
Booking.java
2KB
Payment.java
2KB
config
SecurityConfiguration.java
2KB
CustomUserDetails.java
2KB
CustomUserDetailsService.java
931B
MvcConfig.java
1KB
enums
RoomStatus.java
495B
repositories
RequestRepository.java
221B
PaymentRepository.java
221B
UserRepository.java
357B
BookingRepository.java
221B
RoomRepository.java
600B
controllers
RequestController.java
3KB
MainController.java
812B
UserController.java
3KB
AuthController.java
1KB
BookingController.java
3KB
PaymentController.java
3KB
RoomController.java
4KB
HotelApplication.java
505B
services
PaymentService.java
1KB
RoomService.java
3KB
UserService.java
1KB
PasswordEncoder.java
320B
BookingService.java
1KB
RequestService.java
1KB
specifications
RoomSpecification.java
2KB
docker
mysql
mysqlInnodb.cnf
946B
init.sql
248B
docker-compose.yml
353B
.gitignore
395B
.mvn
wrapper
maven-wrapper.jar
50KB
MavenWrapperDownloader.java
5KB
maven-wrapper.properties
218B
mvnw.cmd
6KB
暂无评论