File tree Expand file tree Collapse file tree
test/java/com/blaqboxdev/unsplash Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ dependencies {
2323 testImplementation ' org.springframework.boot:spring-boot-starter-test'
2424 testImplementation ' org.springframework.security:spring-security-test:6.0.2'
2525 testImplementation ' org.assertj:assertj-core:3.24.2'
26- compileOnly ' org.projectlombok:lombok:1.18.28 '
27- annotationProcessor ' org.projectlombok:lombok:1.18.28 '
28- testCompileOnly ' org.projectlombok:lombok:1.18.28 '
29- testAnnotationProcessor ' org.projectlombok:lombok:1.18.28 '
26+ compileOnly ' org.projectlombok:lombok:1.18.32 '
27+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
28+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
29+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
3030 implementation(' io.jsonwebtoken:jjwt:0.9.1' )
3131 implementation(" com.azure:azure-storage-blob:12.29.0" )
3232 implementation(" com.azure:azure-identity:1.15.4" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1- spring.data.mongodb.uri =${AZURE_MONGODB_URI}
1+ spring.data.mongodb.uri =${AZURE_MONGODB_URI}
2+ spring.cloud.azure.storage.blob.connection-string =${AZURE_STORAGE_CONNECTION_STRING}
3+ spring.servlet.multipart.enabled =true
4+ spring.servlet.multipart.max-file-size =100MB
5+ spring.servlet.multipart.max-request-size =100MB
Original file line number Diff line number Diff line change 66@ SpringBootTest
77class UnsplashApplicationTests {
88
9- @ Test
10- void contextLoads () {
11- }
12-
139}
You can’t perform that action at this time.
0 commit comments