修改oss key
This commit is contained in:
parent
453052a936
commit
23588c13fc
|
|
@ -17,7 +17,7 @@
|
|||
<module name="pluss-api-page" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
<bytecodeTargetLevel>
|
||||
<bytecodeTargetLevel target="8">
|
||||
<module name="code-generator" target="1.8" />
|
||||
<module name="pluss-api-page" target="1.8" />
|
||||
<module name="pluss-common-bundle" target="1.8" />
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ ip138:
|
|||
|
||||
aliyun:
|
||||
# 这里推荐使用RAM账号信息 #
|
||||
keyid: LTAI5tMLHwnM1zYYAFuRa1fK
|
||||
keysecret: jS1h2STq1vcODczDNFQkjcU6ODyYAj
|
||||
keyid: LTAI5tPdEfYSZcqHbjCrtPRD
|
||||
keysecret: DZjyHBq3nTujF0NMLxnZgsecU8ZCvy
|
||||
region-id: cn-hangzhou
|
||||
sts:
|
||||
role-arn:
|
||||
role-arn: acs:ram::1413456038175003:role/oss
|
||||
endpoint: https://sts.cn-hangzhou.aliyuncs.com
|
||||
oss:
|
||||
endpoint: https://oss-cn-hangzhou.aliyuncs.com
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@
|
|||
<webroots>
|
||||
<root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
|
||||
</webroots>
|
||||
<sourceRoots>
|
||||
<root url="file://$MODULE_DIR$/src/main/java" />
|
||||
<root url="file://$MODULE_DIR$/src/main/resources" />
|
||||
<root url="file://$MODULE_DIR$/src/main/webapp" />
|
||||
</sourceRoots>
|
||||
</configuration>
|
||||
</facet>
|
||||
<facet type="Spring" name="Spring">
|
||||
|
|
@ -37,6 +42,7 @@
|
|||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/webapp" type="java-resource" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/classes" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/test-classes" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>pluss-manage-page</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
@ -80,13 +80,13 @@
|
|||
</resource>
|
||||
|
||||
<!--2022-07-22 add-->
|
||||
<!-- <resource>
|
||||
<resource>
|
||||
<directory>src/main/webapp</directory>
|
||||
<targetPath>META-INF/resources</targetPath>
|
||||
<includes>
|
||||
<include>**/*.*</include>
|
||||
</includes>
|
||||
</resource>-->
|
||||
</resource>
|
||||
|
||||
</resources>
|
||||
<plugins>
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@
|
|||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/webapp" type="java-resource" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/classes" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/test-classes" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue