Skip to content

Commit

Permalink
fix: add spring bean overriding config and fit new SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
trickMin committed Oct 17, 2023
1 parent 57c42d7 commit 97c92c7
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 1,075 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B clean package -U -Dmaven.test.skip=true --file pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spring.datasource.sql-script-encoding=UTF-8
spring.h2.console.enabled=true
spring.h2.console.path=/h2
spring.h2.console.settings.web-allow-others=true
spring.main.allow-bean-definition-overriding=true
Loading

0 comments on commit 97c92c7

Please sign in to comment.