Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
O
OurBank
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diaa.hanna
OurBank
Commits
c9c0b0df
Commit
c9c0b0df
authored
Mar 14, 2026
by
drnull03
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed Doxygen for java
parent
1f2bee9f
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
95 additions
and
56 deletions
+95
-56
Doxyfile
Doxyfile
+7
-56
.gitkeep
HomeworkReport/.gitkeep
+0
-0
Application.class
bank-api-service/target/classes/Application.class
+0
-0
IncomingTransactionsReader.class
...i-service/target/classes/IncomingTransactionsReader.class
+0
-0
Transaction$TransactionSerializer.class
...ce/target/classes/Transaction$TransactionSerializer.class
+0
-0
Transaction.class
bank-api-service/target/classes/Transaction.class
+0
-0
UserResidenceDatabase.class
bank-api-service/target/classes/UserResidenceDatabase.class
+0
-0
log4j.properties
bank-api-service/target/classes/log4j.properties
+31
-0
user-residence.txt
bank-api-service/target/classes/user-residence.txt
+13
-0
user-transactions.txt
bank-api-service/target/classes/user-transactions.txt
+13
-0
Application.class
user-notification-service/target/classes/Application.class
+0
-0
Transaction$TransactionDeserializer.class
.../target/classes/Transaction$TransactionDeserializer.class
+0
-0
Transaction.class
user-notification-service/target/classes/Transaction.class
+0
-0
log4j.properties
user-notification-service/target/classes/log4j.properties
+31
-0
No files found.
Doxyfile
View file @
c9c0b0df
...
@@ -209,7 +209,7 @@ SHORT_NAMES = NO
...
@@ -209,7 +209,7 @@ SHORT_NAMES = NO
# description.)
# description.)
# The default value is: NO.
# The default value is: NO.
JAVADOC_AUTOBRIEF =
NO
JAVADOC_AUTOBRIEF =
YES
# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
# such as
# such as
...
@@ -299,7 +299,7 @@ OPTIMIZE_OUTPUT_FOR_C = NO
...
@@ -299,7 +299,7 @@ OPTIMIZE_OUTPUT_FOR_C = NO
# qualified scopes will look different, etc.
# qualified scopes will look different, etc.
# The default value is: NO.
# The default value is: NO.
OPTIMIZE_OUTPUT_JAVA =
NO
OPTIMIZE_OUTPUT_JAVA =
YES
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# sources. Doxygen will then generate output that is tailored for Fortran.
# sources. Doxygen will then generate output that is tailored for Fortran.
...
@@ -518,7 +518,7 @@ TIMESTAMP = NO
...
@@ -518,7 +518,7 @@ TIMESTAMP = NO
# normally produced when WARNINGS is set to YES.
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
# The default value is: NO.
EXTRACT_ALL =
NO
EXTRACT_ALL =
YES
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# be included in the documentation.
...
@@ -943,7 +943,7 @@ WARN_LOGFILE =
...
@@ -943,7 +943,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
# Note: If this tag is empty the current directory is searched.
INPUT =
INPUT =
account-manager bank-api-service reporting-service user-notification-service
# This tag can be used to specify the character encoding of the source files
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
@@ -983,62 +983,13 @@ INPUT_FILE_ENCODING =
...
@@ -983,62 +983,13 @@ INPUT_FILE_ENCODING =
# provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
# provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
FILE_PATTERNS = *.c \
FILE_PATTERNS = *.java
*.cc \
*.cxx \
*.cxxm \
*.cpp \
*.cppm \
*.c++ \
*.c++m \
*.java \
*.ii \
*.ixx \
*.ipp \
*.i++ \
*.inl \
*.idl \
*.ddl \
*.odl \
*.h \
*.hh \
*.hxx \
*.hpp \
*.h++ \
*.ixx \
*.l \
*.cs \
*.d \
*.php \
*.php4 \
*.php5 \
*.phtml \
*.inc \
*.m \
*.markdown \
*.md \
*.mm \
*.dox \
*.py \
*.pyw \
*.f90 \
*.f95 \
*.f03 \
*.f08 \
*.f18 \
*.f \
*.for \
*.vhd \
*.vhdl \
*.ucf \
*.qsf \
*.ice
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# be searched for input files as well.
# The default value is: NO.
# The default value is: NO.
RECURSIVE =
NO
RECURSIVE =
YES
# The EXCLUDE tag can be used to specify files and/or directories that should be
# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
# excluded from the INPUT source files. This way you can easily exclude a
...
@@ -1330,7 +1281,7 @@ GENERATE_HTML = YES
...
@@ -1330,7 +1281,7 @@ GENERATE_HTML = YES
# The default directory is: html.
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT =
html
HTML_OUTPUT =
docs
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
# generated HTML page (for example: .htm, .php, .asp).
...
...
r
eport/.gitkeep
→
HomeworkR
eport/.gitkeep
View file @
c9c0b0df
File moved
bank-api-service/target/classes/Application.class
0 → 100644
View file @
c9c0b0df
File added
bank-api-service/target/classes/IncomingTransactionsReader.class
0 → 100644
View file @
c9c0b0df
File added
bank-api-service/target/classes/Transaction$TransactionSerializer.class
0 → 100644
View file @
c9c0b0df
File added
bank-api-service/target/classes/Transaction.class
0 → 100644
View file @
c9c0b0df
File added
bank-api-service/target/classes/UserResidenceDatabase.class
0 → 100644
View file @
c9c0b0df
File added
bank-api-service/target/classes/log4j.properties
0 → 100644
View file @
c9c0b0df
#
# MIT License
#
# Copyright (c) 2019 Michael Pogrebinsky - Distributed Systems & Cloud Computing with Java
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Root logger option
log4j.rootLogger
=
ERROR, stdout
# Direct log messages to stdout
log4j.appender.stdout
=
org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target
=
System.out
log4j.appender.stdout.layout
=
org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern
=
%d{HH:mm:ss} %-5p %c{1}:%L - %m%n
bank-api-service/target/classes/user-residence.txt
0 → 100644
View file @
c9c0b0df
john1967 Germany
msmith2015 Oregon
tom_stevens12 England
jimliang1988 Ireland
arthur_wilson India
mary_johson98 Germany
smith_teresa Spain
andrewb1999 Turkey
cameron-dion Texas
arjun4444 Canada
rehansh_jk2001 Netherlands
mia_fisher Italy
annabecker_1997 Sweden
\ No newline at end of file
bank-api-service/target/classes/user-transactions.txt
0 → 100644
View file @
c9c0b0df
john1967 Germany 110
msmith2015 California 50
tom_stevens12 England 1000
jimliang1988 Ireland 70
arthur_wilson India 5.99
mary_johson98 Japan 44.50
smith_teresa Spain 800
andrewb1999 Turkey 745.70
cameron-dion Florida 100
arjun4444 Canada 99.95
rehansh_jk2001 Netherlands 7.50
mia_fisher Italy 150
annabecker_1997 Brazil 90
\ No newline at end of file
user-notification-service/target/classes/Application.class
0 → 100644
View file @
c9c0b0df
File added
user-notification-service/target/classes/Transaction$TransactionDeserializer.class
0 → 100644
View file @
c9c0b0df
File added
user-notification-service/target/classes/Transaction.class
0 → 100644
View file @
c9c0b0df
File added
user-notification-service/target/classes/log4j.properties
0 → 100644
View file @
c9c0b0df
#
# MIT License
#
# Copyright (c) 2019 Michael Pogrebinsky - Distributed Systems & Cloud Computing with Java
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Root logger option
log4j.rootLogger
=
ERROR, stdout
# Direct log messages to stdout
log4j.appender.stdout
=
org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target
=
System.out
log4j.appender.stdout.layout
=
org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern
=
%d{HH:mm:ss} %-5p %c{1}:%L - %m%n
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment