Skip to content

Commit

Permalink
re README +++2
Browse files Browse the repository at this point in the history
  • Loading branch information
qi4L committed May 16, 2024
1 parent 2302b0d commit 5e7792e
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 2 deletions.
Binary file modified .gradle/8.7/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/8.7/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.7/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.7/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.7/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.7/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ JYso 是 404Team [404StarLink 2.0](https://github.com/knownsec/404StarLink) 中
- https://xz.aliyun.com/t/10656?time__1311=mq%2BxBDy7G%3DLOD%2FD0DoYg0%3DDR0HG8KeD&alichlgref=https%3A%2F%2Ftttang.com%2F#toc-7
- https://whoopsunix.com/docs/PPPYSO/advance/UTFMIX/
- https://github.com/Whoopsunix/utf-8-overlong-encoding
- https://tttang.com/archive/1405/#toc_groovyclassloader
- https://xz.aliyun.com/t/10656?time__1311=mq%2BxBDy7G%3DLOD%2FD0DoY4AKqiKD%3DOQjqx&alichlgref=https%3A%2F%2Ftttang.com%2F

2 changes: 2 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,6 @@ Before installing and using this tool, please be sure to read carefully and full
- https://xz.aliyun.com/t/10656?time__1311=mq%2BxBDy7G%3DLOD%2FD0DoYg0%3DDR0HG8KeD&alichlgref=https%3A%2F%2Ftttang.com%2F#toc-7
- https://whoopsunix.com/docs/PPPYSO/advance/UTFMIX/
- https://github.com/Whoopsunix/utf-8-overlong-encoding
- https://tttang.com/archive/1405/#toc_groovyclassloader
- https://xz.aliyun.com/t/10656?time__1311=mq%2BxBDy7G%3DLOD%2FD0DoY4AKqiKD%3DOQjqx&alichlgref=https%3A%2F%2Ftttang.com%2F

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
}

group = 'org.example'
version = '1.2.9'
version = '1.3.0'
description = 'JYso'
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void sendResult(InMemoryInterceptedSearchResult result, String base) thro
// com.alibaba.druid.pool.DruidDataSourceFactory
// org.apache.tomcat.jdbc.pool.DataSourceFactory
Entry e = new Entry(base);
Reference ref = new Reference("javax.sql.DataSource", "org.apache.tomcat.jdbc.pool.DataSourceFactory", null);
Reference ref = new Reference("javax.sql.DataSource", factoryType, null);
TomcatJdbcController.TomcatBypassHelper helper = new TomcatJdbcController.TomcatBypassHelper();
String code = null;

Expand Down

0 comments on commit 5e7792e

Please sign in to comment.