Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 5749578

Browse files
author
spara
committed
fixed issue #420, set MySQL version, set compile to 1.7
1 parent 90b06dc commit 5749578

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

developer-tools/java-debugging/app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
</dependency>
6969
</dependencies>
7070
<properties>
71-
<maven.compiler.source>1.8</maven.compiler.source>
72-
<maven.compiler.target>1.8</maven.compiler.target>
71+
<maven.compiler.source>1.7</maven.compiler.source>
72+
<maven.compiler.target>1.7</maven.compiler.target>
7373
</properties>
7474
<build>
7575
<finalName>UserSignup</finalName>

developer-tools/java-debugging/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ services:
3030
- "8000:8000"
3131
restart: always
3232

33-
33+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql:latest
1+
FROM mysql:5.7
22

33
# Copy the database initialize script:
44
# Contents of /docker-entrypoint-initdb.d are run on mysqld startup
@@ -8,4 +8,4 @@ ADD docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
88
# ENV MYSQL_ROOT_PASSWORD=my-secret-pw # Not defaulted for security reasons!
99
ENV MYSQL_DATABASE=dockercon2035
1010
ENV MYSQL_USER=gordon
11-
ENV MYSQL_PASSWORD=password
11+
ENV MYSQL_PASSWORD=password

0 commit comments

Comments
 (0)