First commit

This commit is contained in:
2018-09-29 18:33:56 +02:00
commit ba2c76ff06
73 changed files with 3243 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# ***********************************************
# Hibernate database configuration
# ***********************************************
spring.datasource.driverClassName=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5432/db_minager
spring.datasource.username=minager
spring.datasource.password=P@ssword
# Disable feature detection by this undocumented parameter. Check the org.hibernate.engine.jdbc.internal.JdbcServiceImpl.configure method for more details.
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
# ***********************************************
# Application custom parameters
# ***********************************************
minecraft.server.path=/home/minecraft/server
minecraft.server.shell.name=minecraft-server.sh