Merge branch 'BAEL-3341' of github.com:andrebrowne/tutorials into BAEL-3341
This commit is contained in:
commit
b9ae73e234
|
@ -3,6 +3,6 @@ docker run \
|
||||||
-p 53306:3306 \
|
-p 53306:3306 \
|
||||||
--name=mysql57-hibernate-types \
|
--name=mysql57-hibernate-types \
|
||||||
-e MYSQL_ALLOW_EMPTY_PASSWORD=true \
|
-e MYSQL_ALLOW_EMPTY_PASSWORD=true \
|
||||||
-v ${PWD}/docker/etc/mysql/conf.d:/etc/mysql/conf.d \
|
-v "${PWD}/docker/etc/mysql/conf.d":/etc/mysql/conf.d \
|
||||||
-v ${PWD}/docker/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d \
|
-v "${PWD}/docker/docker-entrypoint-initdb.d":/docker-entrypoint-initdb.d \
|
||||||
-d mysql:5.7
|
-d mysql:5.7
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>hibernate-types</artifactId>
|
<artifactId>hibernate-libraries</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>hibernate-libraries</name>
|
<name>hibernate-libraries</name>
|
||||||
<description>Introduction into hibernate types library</description>
|
<description>Introduction into hibernate types library</description>
|
||||||
|
|
Loading…
Reference in New Issue