Initialer Commit
This commit is contained in:
8118
.metadata/.plugins/org.eclipse.buildship.core/gradle/versions.json
Normal file
8118
.metadata/.plugins/org.eclipse.buildship.core/gradle/versions.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,14 @@
|
||||
/*******************************************************************************
|
||||
* Copyright (c) 2023 Gradle Inc. and others
|
||||
*
|
||||
* This program and the accompanying materials are made
|
||||
* available under the terms of the Eclipse Public License 2.0
|
||||
* which is available at https://www.eclipse.org/legal/epl-2.0/
|
||||
*
|
||||
* SPDX-License-Identifier: EPL-2.0
|
||||
******************************************************************************/
|
||||
initscript {
|
||||
allprojects {
|
||||
apply plugin: "eclipse"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="org.eclipse.buildship.ui.wizard.project.creation">
|
||||
<item key="project_location" value="/home/mario/Workspaces/xxx-thegame/xxxthegame"/>
|
||||
<item key="use_default_location" value="true"/>
|
||||
<section name="ProjectCreationWizard.dialogBounds">
|
||||
<item key="DIALOG_X_ORIGIN" value="0"/>
|
||||
<item key="DIALOG_Y_ORIGIN" value="0"/>
|
||||
<item key="DIALOG_WIDTH" value="613"/>
|
||||
<item key="DIALOG_HEIGHT" value="796"/>
|
||||
<item key="DIALOG_FONT_NAME" value="1|Ubuntu Sans|11.0|0|GTK|1|"/>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
@@ -0,0 +1,27 @@
|
||||
# Datasource
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/xxxthegame?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
|
||||
spring.datasource.username=${DB_USER:xxx}
|
||||
spring.datasource.password=${DB_PASSWORD:xxx}
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
|
||||
# JPA / Hibernate
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=false
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
||||
spring.jpa.properties.hibernate.type.preferred_uuid_jdbc_type=VARCHAR
|
||||
|
||||
# Mail
|
||||
spring.mail.host=${MAIL_HOST:localhost}
|
||||
spring.mail.port=${MAIL_PORT:25}
|
||||
spring.mail.username=${MAIL_USER:}
|
||||
spring.mail.password=${MAIL_PASSWORD:}
|
||||
spring.mail.properties.mail.smtp.auth=false
|
||||
spring.mail.properties.mail.smtp.starttls.enable=false
|
||||
|
||||
# JWT Keystore
|
||||
jwt.keystore.path=classpath:xxx.jks
|
||||
jwt.keystore.password=${JWT_KEYSTORE_PASSWORD:XUR!Rv&f$j3UsqD&}
|
||||
jwt.keystore.alias=xxx
|
||||
|
||||
# Server
|
||||
server.port=8080
|
||||
@@ -0,0 +1,12 @@
|
||||
arguments=
|
||||
auto.sync=false
|
||||
build.scans.enabled=false
|
||||
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
|
||||
eclipse.preferences.version=1
|
||||
gradle.user.home=
|
||||
java.home=
|
||||
jvm.arguments=
|
||||
offline.mode=false
|
||||
override.workspace.settings=false
|
||||
show.console.view=false
|
||||
show.executions.view=false
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
|
||||
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.core.resources/.root/2.tree
Normal file
BIN
.metadata/.plugins/org.eclipse.core.resources/.root/2.tree
Normal file
Binary file not shown.
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.core.resources/2.snap
Normal file
BIN
.metadata/.plugins/org.eclipse.core.resources/2.snap
Normal file
Binary file not shown.
11
.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml
Normal file
11
.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="org.eclipse.debug.ui.LAUNCH_CONFIGURATIONS_DIALOG_SECTION">
|
||||
<item key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_1" value="237"/>
|
||||
<item key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_2" value="762"/>
|
||||
<item key="org.eclipse.debug.ui.EXPANDED_NODES" value=", "/>
|
||||
<item key="DIALOG_WIDTH" value="800"/>
|
||||
<item key="DIALOG_HEIGHT" value="640"/>
|
||||
<item key="DIALOG_FONT_NAME" value="1|Ubuntu Sans|11.0|0|GTK|1|"/>
|
||||
</section>
|
||||
</section>
|
||||
2557
.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
Normal file
2557
.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
<section name="org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog_dialogBounds.absolute">
|
||||
<item key="DIALOG_X_ORIGIN" value="26"/>
|
||||
<item key="DIALOG_Y_ORIGIN" value="23"/>
|
||||
<item key="DIALOG_WIDTH" value="791"/>
|
||||
<item key="DIALOG_HEIGHT" value="888"/>
|
||||
<item key="DIALOG_FONT_NAME" value="1|Ubuntu Sans|11.0|0|GTK|1|"/>
|
||||
</section>
|
||||
</section>
|
||||
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<section name="Workbench">
|
||||
</section>
|
||||
BIN
.metadata/.plugins/org.eclipse.jdt.core/1074122571.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1074122571.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1118739196.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1118739196.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1205982295.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1205982295.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1241285641.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1241285641.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1256436118.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1256436118.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1295630681.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1295630681.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1324521365.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1324521365.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1436262503.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1436262503.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1446719945.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1446719945.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1453089870.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1453089870.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1455171009.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1455171009.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1502879287.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1502879287.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1502997292.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1502997292.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1546736044.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1546736044.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1633924572.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1633924572.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1653061733.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1653061733.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1660713777.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1660713777.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/167025465.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/167025465.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1732769785.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1732769785.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1781188320.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1781188320.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1865797976.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1865797976.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1872440599.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1872440599.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1914043487.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1914043487.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1965154635.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1965154635.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/198314732.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/198314732.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/1990965588.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/1990965588.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2004806901.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2004806901.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2047888269.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2047888269.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2070370209.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2070370209.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2181028596.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2181028596.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2191830568.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2191830568.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2236377038.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2236377038.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2237645717.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2237645717.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2240786275.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2240786275.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/225562445.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/225562445.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2318770678.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2318770678.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2332037983.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2332037983.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2389383899.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2389383899.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2390245932.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2390245932.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2398089967.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2398089967.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2403041570.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2403041570.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2455882736.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2455882736.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2455962971.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2455962971.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2488355463.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2488355463.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2503368578.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2503368578.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2519831052.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2519831052.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2586591901.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2586591901.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2593736024.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2593736024.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2609698604.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2609698604.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2609856074.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2609856074.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2626965509.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2626965509.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/26273648.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/26273648.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2633787677.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2633787677.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2655170954.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2655170954.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2668411497.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2668411497.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2725629017.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2725629017.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2769879155.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2769879155.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2817101718.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2817101718.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2838468603.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2838468603.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2874180664.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2874180664.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2890245412.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2890245412.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2891161224.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2891161224.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/289134298.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/289134298.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2927822381.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2927822381.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2978566974.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2978566974.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/2982788279.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/2982788279.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/3108263030.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/3108263030.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/3135354350.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/3135354350.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/3154281632.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/3154281632.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/3326580390.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/3326580390.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/3372764815.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/3372764815.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/3416862923.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/3416862923.index
Normal file
Binary file not shown.
BIN
.metadata/.plugins/org.eclipse.jdt.core/3514612140.index
Normal file
BIN
.metadata/.plugins/org.eclipse.jdt.core/3514612140.index
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user