Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f1e7419
add classes and command lines of Spring Boot
Esteban-Gamboa-01 Feb 28, 2025
7669429
setup -error
Mar 3, 2025
14616b1
fix errors
Mar 3, 2025
07dc6b6
command
Esteban-Gamboa-01 Mar 4, 2025
1da84cf
merge main01, main03
Esteban-Gamboa-01 Mar 4, 2025
0f1a8ce
Add the test structure in BookRepositoryTest. There are nothing test.
Esteban-Gamboa-01 Mar 4, 2025
0f9a143
repositories and tests
Mar 4, 2025
79f297b
Merge branch 'maindev01'
Mar 4, 2025
c823e31
mapped by and more tests
Mar 4, 2025
e90665f
final tests for mappedBy
Mar 4, 2025
838e95a
deleted unwanted functions
Mar 4, 2025
9a52a76
Menu CommandLineRunner
fernando-balseca Mar 5, 2025
b7f454a
Style Class
fernando-balseca Mar 5, 2025
be6f14b
commit
Esteban-Gamboa-01 Mar 5, 2025
9aab128
commit
Esteban-Gamboa-01 Mar 5, 2025
7ff3937
commit
Esteban-Gamboa-01 Mar 5, 2025
6d9b279
working user input
Mar 5, 2025
b4df830
Changes before pull
fernando-balseca Mar 5, 2025
1d3e3a4
Merge menu, deleted classes
fernando-balseca Mar 5, 2025
ed1f80a
Menu method
fernando-balseca Mar 5, 2025
2a55b47
added 1,4,5,6 options
Mar 5, 2025
67c4338
Merge functions
fernando-balseca Mar 5, 2025
244b54d
Merged changes
fernando-balseca Mar 5, 2025
0967e47
Functional Menu
fernando-balseca Mar 6, 2025
9a0bdad
added data protection
Mar 6, 2025
551b964
fixed date on model issue
Mar 6, 2025
9f7a0ac
testing
fernando-balseca Mar 6, 2025
d488f38
Merge branch 'main' of https://github.com/Esteban-Gamboa-01/homework-…
fernando-balseca Mar 6, 2025
033555e
Styles and email validation
fernando-balseca Mar 6, 2025
d2241d0
fixed date in test
Mar 6, 2025
12909fc
list book category
Esteban-Gamboa-01 Mar 6, 2025
132ff52
commit
Mar 6, 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 homework03/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/mvnw text eol=lf
*.cmd text eol=crlf
34 changes: 34 additions & 0 deletions homework03/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
HELP.md
target/
src/main/resources/application.properties
!.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/
19 changes: 19 additions & 0 deletions homework03/.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
File renamed without changes.
259 changes: 259 additions & 0 deletions homework03/mvnw

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

Loading