BAEL-6773: Get the OS Username in Java (#14848)

* BAEL-6773: Removed Ignored Tests

* BAEL-6773: Initializing a New Module

* BAEL-6773: user.name Property Example

* BAEL-6773: Removed Unused Dependencies
This commit is contained in:
Eugene Kovko
2023-09-28 18:04:54 +02:00
committed by GitHub
parent 2dc953dcad
commit eabaf2764d
7 changed files with 103 additions and 89 deletions
@@ -0,0 +1,26 @@
*.class
0.*
#folders#
/target
/neoDb*
/data
/src/main/webapp/WEB-INF/classes
*/META-INF/*
.resourceCache
# Packaged files #
*.jar
*.war
*.ear
# Files generated by integration tests
*.txt
backup-pom.xml
/bin/
/temp
#IntelliJ specific
.idea/
*.iml