re README +++2

This commit is contained in:
qi4L
2024-05-16 11:25:03 +08:00
parent 2302b0d48e
commit 5e7792ed58
13 changed files with 6 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -101,7 +101,7 @@ dependencies {
}
group = 'org.example'
version = '1.2.9'
version = '1.3.0'
description = 'JYso'
java.sourceCompatibility = JavaVersion.VERSION_1_8
@@ -44,7 +44,7 @@ public class TomcatJdbcController implements LdapController {
// 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;