Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f17349c
Commit inicial
Rafa-Gamero Apr 22, 2025
19bbbd6
Commit con carpetas
Rafa-Gamero Apr 22, 2025
3ec9134
Commit con carpetas en test
Rafa-Gamero Apr 22, 2025
1490474
Commit creacion clases
Rafa-Gamero Apr 22, 2025
8d4de6f
Commit para ver carpetas
Rafa-Gamero Apr 22, 2025
794a898
Merge pull request #1 from Rafa-Gamero/Rafa
Rafa-Gamero Apr 22, 2025
d517008
Commit para ver carpetas 2
Rafa-Gamero Apr 22, 2025
5734341
Merge pull request #2 from Rafa-Gamero/Rafa
Rafa-Gamero Apr 22, 2025
ce963b8
Añadida clase Author ironlibrary
Saiguer10 Apr 22, 2025
f40ef58
commit creacion clase
Saiguer10 Apr 22, 2025
e3a737e
Merge pull request #3 from Rafa-Gamero/Jose-Manuel
Saiguer10 Apr 22, 2025
70ca271
Commit cambio lugar archivo
Rafa-Gamero Apr 22, 2025
e522e72
Merge pull request #4 from Rafa-Gamero/Rafa
Rafa-Gamero Apr 22, 2025
dc4d844
commit creacion clase Author ok
Saiguer10 Apr 22, 2025
524fb40
Merge pull request #5 from Rafa-Gamero/Jose-Manuel
Saiguer10 Apr 22, 2025
a006375
clase Book
Josemargal Apr 23, 2025
2d17e03
Merge pull request #6 from Rafa-Gamero/jose
Josemargal Apr 23, 2025
2eaf1cb
Añadidos archivos de modelos
Rafa-Gamero Apr 23, 2025
8cbe9d6
commit resuelto problema llave
Saiguer10 Apr 23, 2025
8c347cf
Merge pull request #7
Saiguer10 Apr 23, 2025
aca3caf
Resuelto conflicto en Author.java
Rafa-Gamero Apr 23, 2025
4281aba
Merge pull request #8 from Rafa-Gamero/Rafa
Rafa-Gamero Apr 23, 2025
ca9d973
Commit cambio git ignore
Rafa-Gamero Apr 23, 2025
df56836
Merge remote-tracking branch 'origin/main'
Rafa-Gamero Apr 23, 2025
e35f3fb
cambios en properti
Josemargal Apr 23, 2025
960c853
cambios en properti
Josemargal Apr 23, 2025
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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/mvnw text eol=lf
*.cmd text eol=crlf
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode

### SQL###
.application.properties
19 changes: 19 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
259 changes: 259 additions & 0 deletions mvnw

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

Loading