diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-11-13 10:59:02 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-11-13 12:00:27 +0100 |
commit | d63391e88b8f87a169e3468669cd6268014b1da8 (patch) | |
tree | 0fa14fdd79213f22ef3424d643d0ee3ca1b5de32 /.gitignore | |
parent | 818806ec5b3810da0599aa0a7538583cdcc0bfca (diff) |
Update spring-boot to 2.2
- upgrade spring-boot from 2.1 to 2.2
- change logging level in tests from debug to info
- do not version .classpath in git since it's dynamically generated
Issue-ID: AAI-3679
Change-Id: I4b0378880a0670d522903d44dbe7e1b144b51177
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ bundleconfig-local/etc/logback.xml /.pydevproject /bin/ /.classpath +**/.classpath **/.idea/ */.idea *.iml |