Skip to content

Commit

Permalink
solve build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Berygna committed Jun 21, 2024
1 parent 48a9d8b commit 391ad83
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 63 deletions.
58 changes: 0 additions & 58 deletions .idea/workspace.xml

This file was deleted.

1 change: 1 addition & 0 deletions algofi-compile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
runtimeOnly 'com.mysql:mysql-connector-j'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

Expand Down
3 changes: 3 additions & 0 deletions algofi-compile/build/resources/main/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
spring.application.name=algofi-compile
spring.profiles.default=prod
server.port=9000
1 change: 0 additions & 1 deletion algofi-core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
!build/libs/

### STS ###
.apt_generated
Expand Down
1 change: 1 addition & 0 deletions algofi-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies {
implementation 'org.springframework.security:spring-security-messaging'
implementation 'io.jsonwebtoken:jjwt-api:0.12.5'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'mysql:mysql-connector-java:8.0.30'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.5'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.5'
Expand Down
3 changes: 0 additions & 3 deletions algofi-core/build/libs/algofi-core-0.0.1-SNAPSHOT.jar

This file was deleted.

1 change: 0 additions & 1 deletion algofi-core/tmp

This file was deleted.

0 comments on commit 391ad83

Please sign in to comment.