merge fixes and little more

This commit is contained in:
2025-12-06 23:06:59 -05:00
parent b185abe28d
commit 77d6508fbb
8 changed files with 12 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
<artifactId>ballistic</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>ballistic</name>
<description>Ballistic Builder API</description>
<description>Battl Builder API</description>
<url/>

View File

@@ -10,9 +10,9 @@ import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
@EnableCaching
@EntityScan(basePackages = "group.goforward.ballistic.model")
@EnableJpaRepositories(basePackages = "group.goforward.ballistic.repos")
public class BallisticApplication {
public class BattlBuilderApplication {
public static void main(String[] args) {
SpringApplication.run(BallisticApplication.class, args);
SpringApplication.run(BattlBuilderApplication.class, args);
}
}

View File

@@ -4,7 +4,7 @@
*
*
* <p>The main entry point for managing the inventory is the
* {@link group.goforward.ballistic.BallisticApplication} class.</p>
* {@link group.goforward.ballistic.BattlBuilderApplication} class.</p>
*
* @since 1.0
* @author Don Strawsburg

View File

@@ -4,7 +4,7 @@
*
*
* <p>The main entry point for managing the inventory is the
* {@link group.goforward.ballistic.BallisticApplication} class.</p>
* {@link group.goforward.ballistic.BattlBuilderApplication} class.</p>
*
* @since 1.0
* @author Don Strawsburg

View File

@@ -4,7 +4,7 @@
*
*
* <p>The main entry point for managing the inventory is the
* {@link group.goforward.ballistic.BallisticApplication} class.</p>
* {@link group.goforward.ballistic.BattlBuilderApplication} class.</p>
*
* @since 1.0
* @author Sean Strawsburg

View File

@@ -4,7 +4,7 @@
*
*
* <p>The main entry point for managing the inventory is the
* {@link group.goforward.ballistic.BallisticApplication} class.</p>
* {@link group.goforward.ballistic.BattlBuilderApplication} class.</p>
*
* @since 1.0
* @author Sean Strawsburg

View File

@@ -4,7 +4,7 @@
*
*
* <p>The main entry point for managing the inventory is the
* {@link group.goforward.ballistic.BallisticApplication} class.</p>
* {@link group.goforward.ballistic.BattlBuilderApplication} class.</p>
*
* @since 1.0
* @author Don Strawsburg

View File

@@ -1,4 +1,4 @@
spring.application.name=ballistic
spring.application.name=BattlBuilderAPI
# Database connection properties
spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ss_builder
spring.datasource.username=postgres
@@ -16,4 +16,6 @@ security.jwt.access-token-minutes=2880
# Temp disabling logging to find what I fucked up
spring.jpa.show-sql=false
logging.level.org.hibernate.SQL=warn
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=warn
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=warn