mirror of
https://gitea.gofwd.group/Forward_Group/ballistic-builder-spring.git
synced 2026-01-20 16:51:03 -05:00
merge fixes and little more
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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/>
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user