mirror of
https://gitea.gofwd.group/Forward_Group/ballistic-builder-spring.git
synced 2026-01-21 01:01:05 -05:00
Merge remote-tracking branch 'origin/role-mapping-fixes' into role-mapping-fixes
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -15,7 +15,7 @@
|
|||||||
<artifactId>ballistic</artifactId>
|
<artifactId>ballistic</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>ballistic</name>
|
<name>ballistic</name>
|
||||||
<description>Ballistic Builder API</description>
|
<description>Battl Builder API</description>
|
||||||
|
|
||||||
<url/>
|
<url/>
|
||||||
|
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
|
|||||||
@EnableCaching
|
@EnableCaching
|
||||||
@EntityScan(basePackages = "group.goforward.ballistic.model")
|
@EntityScan(basePackages = "group.goforward.ballistic.model")
|
||||||
@EnableJpaRepositories(basePackages = "group.goforward.ballistic.repos")
|
@EnableJpaRepositories(basePackages = "group.goforward.ballistic.repos")
|
||||||
public class BallisticApplication {
|
public class BattlBuilderApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
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
|
* <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
|
* @since 1.0
|
||||||
* @author Don Strawsburg
|
* @author Don Strawsburg
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>The main entry point for managing the inventory is the
|
* <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
|
* @since 1.0
|
||||||
* @author Don Strawsburg
|
* @author Don Strawsburg
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>The main entry point for managing the inventory is the
|
* <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
|
* @since 1.0
|
||||||
* @author Sean Strawsburg
|
* @author Sean Strawsburg
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>The main entry point for managing the inventory is the
|
* <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
|
* @since 1.0
|
||||||
* @author Sean Strawsburg
|
* @author Sean Strawsburg
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>The main entry point for managing the inventory is the
|
* <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
|
* @since 1.0
|
||||||
* @author Don Strawsburg
|
* @author Don Strawsburg
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
spring.application.name=ballistic
|
spring.application.name=BattlBuilderAPI
|
||||||
# Database connection properties
|
# Database connection properties
|
||||||
spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ss_builder
|
spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ss_builder
|
||||||
spring.datasource.username=postgres
|
spring.datasource.username=postgres
|
||||||
@@ -17,3 +17,5 @@ security.jwt.access-token-minutes=2880
|
|||||||
spring.jpa.show-sql=false
|
spring.jpa.show-sql=false
|
||||||
logging.level.org.hibernate.SQL=warn
|
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