generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Max Zollbrecht
committed
Apr 11, 2024
1 parent
860e9e6
commit ddbada0
Showing
8 changed files
with
67 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,23 @@ | ||
## Customize this file after creating the new REPO and remove this lines. | ||
What to adjust: | ||
* Add the your project or repo name direct under the logo. | ||
* Add a short and long desciption. | ||
* Add links for your final repo to report a bug or request a feature. | ||
* Add list of used technologies. | ||
* If you have, add a roadmap or remove this section. | ||
* Fill up the section for set up and documentation. | ||
* Start in this file only with documentation and link to the docs folder. | ||
* Add project shields. Use [shields.io](https://shields.io/) | ||
|
||
## ------- end to remove ------- | ||
<!-- add Project Logo, if existing --> | ||
|
||
# repo or project name | ||
|
||
*Add a description from your project here.* | ||
# Kitafinder-KitaApp-EAI | ||
|
||
*Dieses Enterprise Application Interface bietet eine Schnittstelle für die Kita-App an, über die Daten vom Kitafinder abgefragt werden können.* | ||
|
||
### Built With | ||
|
||
The documentation project is built with technologies we use in our projects: | ||
This project is built with the following technologies: | ||
|
||
* *write here the list of used technologies* | ||
* Java | ||
* Spring Boot | ||
* Maven | ||
|
||
## Roadmap | ||
|
||
*if you have a ROADMAP for your project add this here* | ||
![Under construction](https://www.pngplay.com/wp-content/uploads/6/Under-Construction-Icon-PNG.png) | ||
|
||
*This project is currently being developed.* | ||
|
||
See the [open issues](#) for a full list of proposed features (and known issues). | ||
|
||
|
||
## Set up | ||
*how can i start and fly this project* | ||
|
||
|
@@ -53,12 +40,10 @@ Don't forget to give the project a star! Thanks again! | |
|
||
More about this in the [CODE_OF_CONDUCT](/CODE_OF_CONDUCT.md) file. | ||
|
||
|
||
## License | ||
|
||
Distributed under the MIT License. See [LICENSE](LICENSE) file for more information. | ||
|
||
|
||
## Contact | ||
|
||
it@M - [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/main/resources/META-INF/additional-spring-configuration-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{"properties": [ | ||
{ | ||
"name": "app.password-encoder.encryptor.password", | ||
"type": "java.lang.String", | ||
"description": "Passwort für die Erstellung eines TextEncryptors." | ||
}, | ||
{ | ||
"name": "app.password-encoder.encryptor.salt", | ||
"type": "java.lang.String", | ||
"description": "Salt für die Erstellung eines TextEncryptors.Passwort für die Erstellung eines TextEncryptors." | ||
} | ||
]} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CREATE TABLE "KITA_DATA" ( | ||
"KIBIGWEB_ID" VARCHAR(255), | ||
"PASSWORD" VARCHAR(255), | ||
"KITA_ID_EXTERN" VARCHAR(255), | ||
"TRAEGER" VARCHAR(255) | ||
); |