|
|
@@ -1,34 +0,0 @@
|
|
|
-
|
|
|
-
|
|
|
-//com.jtang.spark.serverAddr = spark://${com.jtang.server.address}:7070
|
|
|
-
|
|
|
-com.jtang.hdfs.serverAddr = hdfs://${com.jtang.server.address}:9000/
|
|
|
-
|
|
|
-com.jtang.spark.serverAddr = local
|
|
|
-
|
|
|
-//com.jtang.hdfs.serverAddr = /Users/lucas/Projects/Test/
|
|
|
-
|
|
|
-com.jtang.spark.appName = java_compile
|
|
|
-
|
|
|
-spring.datasource.url=jdbc:mysql://localhost/AI_Program?characterEncoding=utf8&&serverTimezone=Asia/Shanghai
|
|
|
-spring.datasource.username=root
|
|
|
-spring.datasource.password=123456
|
|
|
-spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
-
|
|
|
-spring.datasource.data=classpath:data.sql
|
|
|
-spring.datasource.initialization-mode=always
|
|
|
-
|
|
|
-spring.jpa.properties.hibernate.dialect=com.example.config.MysqlDialog
|
|
|
-
|
|
|
-
|
|
|
-spring.jpa.hibernate.ddl-auto=update
|
|
|
-spring.jpa.show-sql=true
|
|
|
-
|
|
|
-com.jtang.server.address= 172.29.7.102
|
|
|
-com.jtang.spark.executorMemory = 2g
|
|
|
-
|
|
|
-spring.http.multipart.max-file-size=500MB
|
|
|
-
|
|
|
-spring.http.multipart.max-request-size=500MB
|
|
|
-
|
|
|
-com.jtang.picture.uri = /Users/cyz/Documents/idea_workspace/Desktop/java_compile/src/main/picfile/
|