Compare commits
2 Commits
71d5f23e5f
...
95c3362f0f
| Author | SHA1 | Date | |
|---|---|---|---|
| 95c3362f0f | |||
| 66e1a32ade |
@@ -27,7 +27,7 @@ extra["springAiVersion"] = "2.0.0-M3"
|
||||
|
||||
dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
implementation("org.springframework.boot:spring-boot-starter-security")
|
||||
// implementation("org.springframework.boot:spring-boot-starter-security")
|
||||
implementation("org.springframework.boot:spring-boot-starter-validation")
|
||||
implementation("org.springframework.boot:spring-boot-starter-webmvc")
|
||||
implementation("org.springframework.ai:spring-ai-starter-model-openai")
|
||||
@@ -38,7 +38,7 @@ dependencies {
|
||||
// developmentOnly("org.springframework.ai:spring-ai-spring-boot-docker-compose")
|
||||
annotationProcessor("org.projectlombok:lombok")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-data-jpa-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-security-test")
|
||||
// testImplementation("org.springframework.boot:spring-boot-starter-security-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-validation-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-webmvc-test")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
@@ -18,7 +18,7 @@ ENV PATH="$JAVA_HOME/bin:${PATH}"
|
||||
|
||||
```
|
||||
|
||||
Build the custom image and name it name it something like code-server-dev:
|
||||
Build the custom image and name it something like code-server-dev:
|
||||
|
||||
```
|
||||
docker build -t code-server-dev .
|
||||
|
||||
Reference in New Issue
Block a user