Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
63548b46
authored
Aug 23, 2023
by
huangjy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
初始化项目
parent
cb7328cb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
24 additions
and
53 deletions
pom.xml
server-module/src/main/java/com/makeit/module/elder/Elder.java
server-start/pom.xml → server-web/pom.xml
server-start/src/main/java/com/makeit/ServerStartApplication.java → server-web/src/main/java/com/makeit/ServerStartApplication.java
server-start/src/main/resources/application-dev.yml → server-web/src/main/resources/application-dev.yml
server-start/src/main/resources/application-test.yml → server-web/src/main/resources/application-test.yml
server-start/src/main/resources/application.yml → server-web/src/main/resources/application.yml
server-start/src/main/resources/logback-spring.xml → server-web/src/main/resources/logback-spring.xml
server-start/src/test/java/CodeGenerator.java → server-web/src/test/java/CodeGenerator.java
pom.xml
View file @
63548b46
...
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modules>
<module>
server-common
</module>
<module>
server-
start
</module>
<module>
server-
web
</module>
<module>
server-module
</module>
</modules>
...
...
server-module/src/main/java/com/makeit/module/elder/Elder.java
0 → 100644
View file @
63548b46
package
com
.
makeit
.
module
.
elder
;
public
class
Elder
{
}
server-
start
/pom.xml
→
server-
web
/pom.xml
View file @
63548b46
File moved
server-
start
/src/main/java/com/makeit/ServerStartApplication.java
→
server-
web
/src/main/java/com/makeit/ServerStartApplication.java
View file @
63548b46
File moved
server-
start
/src/main/resources/application-dev.yml
→
server-
web
/src/main/resources/application-dev.yml
View file @
63548b46
server
:
port
:
8888
servlet
:
encoding
:
charset
:
UTF-8
force
:
true
enabled
:
true
spring
:
application
:
name
:
iot-platforn-server
...
...
@@ -24,9 +32,6 @@ spring:
#redis库
database
:
1
server
:
port
:
8888
sign
:
flag
:
false
...
...
server-
start
/src/main/resources/application-test.yml
→
server-
web
/src/main/resources/application-test.yml
View file @
63548b46
server
:
port
:
8888
servlet
:
encoding
:
charset
:
UTF-8
force
:
true
enabled
:
true
spring
:
application
:
name
:
sz-tianma-server
...
...
@@ -24,8 +32,6 @@ spring:
#redis库
database
:
1
server
:
port
:
8888
sign
:
flag
:
false
...
...
server-
start
/src/main/resources/application.yml
→
server-
web
/src/main/resources/application.yml
View file @
63548b46
...
...
@@ -68,16 +68,8 @@ spring:
class
:
com.sun.mail.util.MailSSLSocketFactory
fallback
:
false
template
:
'
您的验证码:
%s,该验证码5分钟内有效。'
title
:
'
[电猫商城]您的验证码:
%s,该验证码5分钟内有效。'
server
:
port
:
8888
servlet
:
encoding
:
charset
:
UTF-8
force
:
true
enabled
:
true
mybatis-plus
:
mapper-locations
:
classpath*:mappers/**/*.xml,classpath*:mybatis/mapper/**/*.xml
...
...
@@ -94,26 +86,6 @@ mybatis-plus:
insert-strategy
:
not_empty
where-strategy
:
not_empty
flowable
:
async-executor-activate
:
true
#关闭一些不需要的功能服务
rest-api-enabled
:
false
idm
:
enabled
:
false
cmmn
:
enabled
:
false
dmn
:
enabled
:
false
form
:
enabled
:
false
app
:
enabled
:
false
wflow
:
file
:
max-size
:
20
#最大文件上传大小,MB
sa-token
:
# token 名称 (同时也是cookie名称)
token-name
:
wflowToken
...
...
@@ -176,11 +148,6 @@ tenant:
-
wflow_model_perms
# 配置和参数项目表都要做厂别数据隔离
# - sys_config_category
# - sys_config
# - base_equip_param_item
rsa
:
config
:
pk
:
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNWwXoRRnYSSYp0z5H+LjWIbsMxYO0yLMtBhUSlRM12L62O57FWh+ENphkmMF1LZlG0hPo3rD70Ur6JuaEqwQvk3NA2qXPC+7LczN21JxtSI3mFrQcALvfuENU9WYVUC8ZktyRpYV7djWw/iJS7ugX//D6lsX0oA6GGGT0ubiw9wIDAQAB
...
...
server-
start
/src/main/resources/logback-spring.xml
→
server-
web
/src/main/resources/logback-spring.xml
View file @
63548b46
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- <springProperty scope="context" name="logTogether" source="logTogether"-->
<!-- defaultValue="true"/>-->
<!-- <springProperty scope="context" name="logback.appname" source="spring.application.name"-->
<!-- defaultValue="app"/>-->
<!-- <springProperty scope="context" name="logback.logdir" source="file.log" defaultValue="D:\\pro\\lundu\\logs"/>-->
<!-- <property name="logback.logdir" value="D:\\pro\\tianma\\logs"/>-->
<!-- <property name="logback.appname" value="app"/>-->
<property
name=
"logback.logdir"
value=
"/home/group1_lzy/sz-tianma-server/logs"
/>
<property
name=
"logback.logdir"
value=
"/home/group1_lzy/iot-plafform-server/logs"
/>
<property
name=
"logback.appname"
value=
"app"
/>
<property
name=
"pattern"
value=
"%d{yyyy-MM-dd HH:mm:ss.SSS} [%X{appName}] [%X{profile}] [%X{traceId:-},%X{spanId:-}] [%X{requestId}] [%X{userId}] [%thread] %-5level %logger{50} - %msg%n"
/>
<springProfile
name=
"prod"
>
<property
name=
"logback.logdir"
value=
"/home/group1_lzy/
sz-tianma
-server/logs"
/>
<property
name=
"logback.logdir"
value=
"/home/group1_lzy/
iot-plafform
-server/logs"
/>
<property
name=
"logback.appname"
value=
"app"
/>
</springProfile>
...
...
server-
start
/src/test/java/CodeGenerator.java
→
server-
web
/src/test/java/CodeGenerator.java
View file @
63548b46
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment