diff options
author | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-03-17 12:17:47 +0300 |
---|---|---|
committer | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-03-17 12:17:47 +0300 |
commit | 72ba4ae3f646b12d7b02094d3d8afd77148f8083 (patch) | |
tree | c1ddaa27d18521f5b02a79c625c4a7793f00a1da /src/main/resources/application.properties |
feat: init gradle repo
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..e711a88 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,2 @@ +spring.application.name=warehouse_accounting + |