Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tool
amos-tool
Commits
e9e86137
Commit
e9e86137
authored
Dec 20, 2023
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)修改启动问题
parent
714e247d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
pom.xml
pom.xml
+2
-2
Application.java
src/main/java/com/yeejoin/amos/Application.java
+2
-1
WordUtil.java
src/main/java/com/yeejoin/amos/api/tool/utils/WordUtil.java
+0
-0
No files found.
pom.xml
View file @
e9e86137
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<tyboot-version>
1.1.24-SNAPSHOT
</tyboot-version>
<tyboot-version>
1.1.24-SNAPSHOT
</tyboot-version>
<springboot.version>
2.3.11.RELEASE
</springboot.version>
<springboot.version>
2.3.11.RELEASE
</springboot.version>
<springcloud.version>
Hoxton.SR8
</springcloud.version>
<springcloud.version>
Hoxton.SR8
</springcloud.version>
<amos.version>
1.9.0-SNAPSHOT
</amos.version>
</properties>
</properties>
<dependencies>
<dependencies>
...
@@ -25,7 +26,6 @@
...
@@ -25,7 +26,6 @@
<dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-netflix-eureka-client
</artifactId>
<artifactId>
spring-cloud-starter-netflix-eureka-client
</artifactId>
<version>
3.1.3
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<dependency>
<dependency>
<groupId>
com.yeejoin
</groupId>
<groupId>
com.yeejoin
</groupId>
<artifactId>
amos-feign-privilege
</artifactId>
<artifactId>
amos-feign-privilege
</artifactId>
<version>
1.8.6
</version>
<version>
${amos.version}
</version>
</dependency>
</dependency>
<!--JSqlparser(高效的SQL解析工具)-->
<!--JSqlparser(高效的SQL解析工具)-->
...
...
src/main/java/com/yeejoin/amos/Application.java
View file @
e9e86137
...
@@ -5,8 +5,8 @@ import org.apache.logging.log4j.Logger;
...
@@ -5,8 +5,8 @@ import org.apache.logging.log4j.Logger;
import
org.mybatis.spring.annotation.MapperScan
;
import
org.mybatis.spring.annotation.MapperScan
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
;
import
org.springframework.cloud.netflix.eureka.EnableEurekaClient
;
import
org.springframework.cloud.netflix.eureka.EnableEurekaClient
;
import
org.springframework.cloud.openfeign.EnableFeignClients
;
import
org.springframework.context.ConfigurableApplicationContext
;
import
org.springframework.context.ConfigurableApplicationContext
;
import
org.springframework.context.annotation.ComponentScan
;
import
org.springframework.context.annotation.ComponentScan
;
import
org.springframework.core.env.Environment
;
import
org.springframework.core.env.Environment
;
...
@@ -20,6 +20,7 @@ import java.net.InetAddress;
...
@@ -20,6 +20,7 @@ import java.net.InetAddress;
@EnableEurekaClient
@EnableEurekaClient
@MapperScan
(
value
=
{
"org.typroject.tyboot.*.*.face.orm.dao"
,
"com.yeejoin.amos.api.*.face.orm.dao"
})
@MapperScan
(
value
=
{
"org.typroject.tyboot.*.*.face.orm.dao"
,
"com.yeejoin.amos.api.*.face.orm.dao"
})
@ComponentScan
({
"org.typroject"
,
"com.yeejoin.amos"
})
@ComponentScan
({
"org.typroject"
,
"com.yeejoin.amos"
})
@EnableFeignClients
@SpringBootApplication
@SpringBootApplication
public
class
Application
{
public
class
Application
{
...
...
src/main/java/com/yeejoin/amos/api/tool/utils/WordUtil.java
deleted
100644 → 0
View file @
714e247d
This diff is collapsed.
Click to expand it.
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