Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
84e767f
Initial commit
Darwin231 Mar 16, 2024
51de418
Resources conf added
Darwin231 Mar 16, 2024
e0bb77a
Test resources configuration file
Darwin231 Mar 16, 2024
8e49027
Commands Enum added
Darwin231 Mar 16, 2024
6209bc6
Class Issue and Student
Darwin231 Mar 16, 2024
1b13494
settings
Darwin231 Mar 16, 2024
6896fd2
Author class
celularfreak Mar 16, 2024
31bc86c
Book class
annadpp Mar 16, 2024
9e1482f
Book class (fixed upload)
annadpp Mar 21, 2024
79f5990
Command Add Book
joseman-vaz Mar 21, 2024
e9cc9dd
Merge pull request #1 from Darwin231/Command_1_Add_a_book
joseman-vaz Mar 21, 2024
1be19b5
TESTS_Command1_Add_a_book
joseman-vaz Mar 21, 2024
e5f1984
Merge pull request #2 from Darwin231/TESTS_Add_a_Book
Darwin231 Mar 21, 2024
7efebc5
Command_7_List_books_by_usn
joseman-vaz Apr 1, 2024
bc3813a
Merge pull request #3 from Darwin231/Command_7_List_books_by_usn
Darwin231 Apr 2, 2024
a4f9631
Command 4
Darwin231 Apr 2, 2024
ca48c8a
Command 4 & 5 finished
Darwin231 Apr 2, 2024
41eb3ed
Command 6 finished
Darwin231 Apr 2, 2024
33ae8b7
Create_Relations
joseman-vaz Apr 2, 2024
14f7cc0
Merge pull request #5 from Darwin231/Create_Relations
Darwin231 Apr 2, 2024
42edae3
Merge branch 'develop' into commandas_4_&_5
Darwin231 Apr 2, 2024
9c81b3e
Merge pull request #4 from Darwin231/commandas_4_&_5
Darwin231 Apr 2, 2024
2d335e3
re-do
Darwin231 Apr 4, 2024
7acccb3
Merge pull request #6 from Darwin231/commandas_4_&_5
lausaru Apr 4, 2024
b2cbae4
commands added; BookService created and methods implemented in BookRe…
lausaru Apr 4, 2024
8e5e037
fixed mappedBy in OneToMany (student-issues) relationship
lausaru Apr 4, 2024
209b987
Commands 4,6 and 7
Darwin231 Apr 4, 2024
febc3e6
Merge pull request #7 from Darwin231/Commands_1_2_3_JPA
celularfreak Apr 4, 2024
ca8cb59
repository annotations added
lausaru Apr 4, 2024
69b0612
rollback due to being in wrong branch
lausaru Apr 4, 2024
3165da5
repository annotations added
lausaru Apr 4, 2024
20d12c4
Merge pull request #9 from Darwin231/HotFix_Repository_Annotations
lausaru Apr 4, 2024
c201a5f
Merge remote-tracking branch 'origin/develop' into TESTS_Commands_1_2…
lausaru Apr 4, 2024
79015bc
Merge pull request #8 from Darwin231/HotFix_Relations
celularfreak Apr 4, 2024
b8924e6
Merge branch 'develop' into jpa_commands_3_4
Darwin231 Apr 4, 2024
f2c06a3
Merge pull request #10 from Darwin231/jpa_commands_3_4
celularfreak Apr 4, 2024
49f8de5
tests for bookrepository
lausaru Apr 4, 2024
0a18812
Merge branch 'develop' into TESTS_Commands_1_2_3_JPA
lausaru Apr 4, 2024
82e1c97
Merge pull request #11 from Darwin231/TESTS_Commands_1_2_3_JPA
Darwin231 Apr 4, 2024
791b739
author constructor hotfix and 1st menu option done
lausaru Apr 6, 2024
de084f0
2nd menu option done
lausaru Apr 6, 2024
937a4b6
3rd menu option done
lausaru Apr 6, 2024
0652886
4th menu option pending
lausaru Apr 6, 2024
bdbc881
5th menu option done
lausaru Apr 6, 2024
27e09ce
bookrepository static
lausaru Apr 6, 2024
b394b13
fixed error bc of datasource username and password
lausaru Apr 6, 2024
46c3b59
fixed error bc of relation between student and issue classes
lausaru Apr 6, 2024
8fde292
fixed error No property 'findAllBook' found for type 'Book'
lausaru Apr 6, 2024
5bc5e20
fixed error GenerationTarget encountered exception accepting command …
lausaru Apr 6, 2024
37613c4
small change in relation issue-student
lausaru Apr 6, 2024
b456a8f
fixed last error could not resolve attribute Book of class Book - err…
lausaru Apr 6, 2024
cb21cc8
Merge pull request #13 from Darwin231/app_execution_errors_fix
lausaru Apr 6, 2024
0b00f60
Merge pull request #12 from Darwin231/Create_menu
lausaru Apr 6, 2024
cbce7dc
done
lausaru Apr 6, 2024
05292cf
Merge pull request #14 from Darwin231/Create_library_service
lausaru Apr 6, 2024
f085564
some fixes
lausaru Apr 6, 2024
7d51cfe
Merge pull request #15 from Darwin231/Create_menu
lausaru Apr 6, 2024
0b1b7d8
hotfix bookrepotest
lausaru Apr 6, 2024
6d39366
New changes applied
Darwin231 Apr 7, 2024
2513781
hotfix - book isbn does not generate automatically
lausaru Apr 7, 2024
f7ee207
removed redundant annotations about db tables columns names
lausaru Apr 7, 2024
c3ceedb
fixed some relations. app working now
lausaru Apr 7, 2024
eac4864
relation Student- Issue added
Darwin231 Apr 7, 2024
3f17445
commands 1 to 5 working
lausaru Apr 7, 2024
8b9deef
fix
lausaru Apr 7, 2024
280703b
Merge branch 'develop' of https://github.com/Darwin231/homework-java-…
lausaru Apr 7, 2024
e4e35c3
fix
lausaru Apr 7, 2024
685ba9b
Revert "commands added; BookService created and methods implemented i…
lausaru Apr 7, 2024
8f07f07
Merge pull request #16 from Darwin231/Create_menu
lausaru Apr 7, 2024
bc6fd3c
command implemented
lausaru Apr 8, 2024
5c9c860
Merge pull request #17 from Darwin231/command_6_issue_book_to_student
lausaru Apr 8, 2024
8667407
added for all 4 classes
lausaru Apr 8, 2024
4b74911
Merge pull request #18 from Darwin231/add_equals_and_hashcode
lausaru Apr 8, 2024
795a92e
Utils and checked. BD creation succesfully
Darwin231 Apr 9, 2024
abd6ad6
Merge pull request #20 from Darwin231/features
Darwin231 Apr 9, 2024
52f34c8
Utils and checked. BD creation succesfully
Darwin231 Apr 9, 2024
a36e439
Merge pull request #21 from Darwin231/features
Darwin231 Apr 9, 2024
f35f1de
hotfix
lausaru Apr 9, 2024
83579f8
command7 added
lausaru Apr 9, 2024
6a86007
localdatetime variable types in issue
lausaru Apr 9, 2024
98c3a49
hotfix issue
lausaru Apr 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/homework-java-ironlibrary.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions HELP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Getting Started

### Reference Documentation
For further reference, please consider the following sections:

* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.2.3/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.2.3/maven-plugin/reference/html/#build-image)
* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/3.2.3/reference/htmlsingle/index.html#data.sql.jpa-and-spring-data)
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.2.3/reference/htmlsingle/index.html#web)

### Guides
The following guides illustrate how to use some features concretely:

* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
* [Accessing data with MySQL](https://spring.io/guides/gs/accessing-data-mysql/)

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ For this project, you must accomplish all of the following:
- Everyone in the squad should contribute equally to the project in time and lines of code written.
- All code must be reviewed before it is merged into the `master` branch.
- All squad members must participate in code review.
- Every repository should have a README file with clear instructions, demo files, or any documentation needed so other teams don't have problems with the review.
- Every com.example.library.demo.repository should have a README file with clear instructions, demo files, or any documentation needed so other teams don't have problems with the review.
- This is intended to be a challenging assignment. You will have to rely heavily on your teammates and independent research. Learning independently is a hallmark of a good developer and our job is to turn you into good developers. This process may be frustrating but you will learn a ton!
Loading