-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apollo assembly optimization #5035
Conversation
...ice/src/main/java/com/ctrip/framework/apollo/adminservice/AdminServiceAutoConfiguration.java
Fixed
Show fixed
Hide fixed
Wow! This pr is truly thrilling! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...ice/src/main/java/com/ctrip/framework/apollo/adminservice/AdminServiceAutoConfiguration.java
Outdated
Show resolved
Hide resolved
apollo-assembly/src/main/resources/application-github.properties
Outdated
Show resolved
Hide resolved
No configuration is required, just use the following command to start | ||
> Note: When using the in-memory database, any operation will be lost after the Apollo process restarts | ||
```bash | ||
export SPRING_PROFILES_ACTIVE="github,auth" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it feasible to enhance the demo.sh script to enable users to initiate the quick-start demonstration efficiently through some configuration settings?
# Conflicts: # scripts/sql/apolloconfigdb.sql # scripts/sql/apolloportaldb.sql
This pull request appears to be in good shape now. Could you also update the CHANGES.md file? Since this constitutes a major change, it's important to document it there. |
BTW, #5072 was merged with a schema change, would you please help to update the code base again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also fix the failed tests.
2024-01-26T16:03:31.8898714Z Caused by: java.lang.IllegalStateException: @order on WebSecurityConfigurers must be unique. Order of 99 was already used on com.ctrip.framework.apollo.adminservice.controller.TestWebSecurityConfig$$EnhancerBySpringCGLIB$$ac5b1e3@469959b6, so it cannot be used on com.ctrip.framework.apollo.adminservice.AdminServiceAssemblyConfiguration$AdminServiceSecurityConfigurer$$EnhancerBySpringCGLIB$$8154145d@270147e3 too.
# Conflicts: # docs/en/contribution/apollo-development-guide.md # docs/zh/contribution/apollo-development-guide.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's the purpose of this PR
Which issue(s) this PR fixes:
#4313
#4729
Brief changelog
TablePrefixNamingStrategy
to match the table name prefixFollow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.CHANGES
log.